#CA7ED2

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

Shades of Orchid #CA7ED2

Tints of Orchid #CA7ED2

Color information

#CA7ED2 (or 0xCA7ED2) is unknown color: approx Orchid. HEX triplet: CA, 7E and D2. RGB value is (202,126,210). Sum of RGB (Red+Green+Blue) = 202+126+210=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA7ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ED2 is #35812D. Grayscale: #9E9E9E. Windows color (decimal): -3506478 or 13795018. OLE color: 13795018.

HSL color Cylindrical-coordinate representation of color #CA7ED2: hue angle of 294.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7ED2 is Cyan = 0.04, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202126210-
CMYK0.040.400.18
HSL294.29º48.28%65.88%-
HSV(B)294.29º40%82.35%-
XYZ43.4532.1364.88-
YUV158.3157.18159.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 210 (82.42% from 255) = 39.03%
R=37.55%
G=23.42%
B=39.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021262100.040.400.18294.2948.2865.88
HexCA7ED24280121263042
Octal31217632245002244660102
Binary110010101111110110100101001010000100101001001101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7ED2; }

 p { color: rgb(202,126,210); }

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

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

 a { background-color: rgb(202,126,210); }

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

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

 span { border-color: rgb(202,126,210); }

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