#CA7DCE

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

Shades of Orchid #CA7DCE

Tints of Orchid #CA7DCE

Color information

#CA7DCE (or 0xCA7DCE) is unknown color: approx Orchid. HEX triplet: CA, 7D and CE. RGB value is (202,125,206). Sum of RGB (Red+Green+Blue) = 202+125+206=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DCE is #358231. Grayscale: #9D9D9D. Windows color (decimal): -3506738 or 13532618. OLE color: 13532618.

HSL color Cylindrical-coordinate representation of color #CA7DCE: hue angle of 297.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7DCE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202125206-
CMYK0.020.3900.19
HSL297.04º45.25%64.9%-
HSV(B)297.04º39.32%80.78%-
XYZ42.8331.6862.25-
YUV157.26155.51159.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=37.90%
G=23.45%
B=38.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021252060.020.3900.19297.0445.2564.9
HexCA7DCE2270131292d41
Octal31217531624702345155101
Binary11001010111110111001110101001110100111001010011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7DCE; }

 p { color: rgb(202,125,206); }

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

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

 a { background-color: rgb(202,125,206); }

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

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

 span { border-color: rgb(202,125,206); }

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