#CA7AD6

Color #CA7AD6 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CA7AD6

Tints of Orchid #CA7AD6

Color information

#CA7AD6 (or 0xCA7AD6) is unknown color: approx Orchid. HEX triplet: CA, 7A and D6. RGB value is (202,122,214). Sum of RGB (Red+Green+Blue) = 202+122+214=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA7AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AD6 is #358529. Grayscale: #9C9C9C. Windows color (decimal): -3507498 or 14056138. OLE color: 14056138.

HSL color Cylindrical-coordinate representation of color #CA7AD6: hue angle of 292.17º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7AD6 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202122214-
CMYK0.060.4300.16
HSL292.17º52.87%65.88%-
HSV(B)292.17º42.99%83.92%-
XYZ43.4531.3367.38-
YUV156.41160.5160.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 122 (48.05% from 255) = 22.68%
BLUE value IS 214 (83.98% from 255) = 39.78%
R=37.55%
G=22.68%
B=39.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021222140.060.4300.16292.1752.8765.88
HexCA7AD662B0101243542
Octal31217232665302044465102
Binary110010101111010110101101101010110100001001001001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7AD6; }

 p { color: rgb(202,122,214); }

 H1.HeaderClassName
 {
   color: #CA7AD6;
 }
 .AnyTagClassName
 {
   color: #CA7AD6;
 }
</style>
background-color css

<style>
 a { background-color: #CA7AD6; }

 a { background-color: rgb(202,122,214); }

 div.DivClassName
 {
   background-color: #CA7AD6;
 }
 .BgClassName
 {
   background-color: #CA7AD6;
 }
</style>
border-color css

<style>
 span { border-color: #CA7AD6; }

 span { border-color: rgb(202,122,214); }

 td.TdClassName
 {
   border-color: #CA7AD6;
 }
 .TagClassName
 {
   border-color: #CA7AD6;
 }
</style>