#CA7CCE

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

Shades of Orchid #CA7CCE

Tints of Orchid #CA7CCE

Color information

#CA7CCE (or 0xCA7CCE) is unknown color: approx Orchid. HEX triplet: CA, 7C and CE. RGB value is (202,124,206). Sum of RGB (Red+Green+Blue) = 202+124+206=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA7CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CCE is #358331. Grayscale: #9C9C9C. Windows color (decimal): -3506994 or 13532362. OLE color: 13532362.

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

Color convert

RGB202124206-
CMYK0.020.4000.19
HSL297.07º45.56%64.71%-
HSV(B)297.07º39.81%80.78%-
XYZ42.7131.4362.21-
YUV156.67155.84160.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 124 (48.83% from 255) = 23.31%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=37.97%
G=23.31%
B=38.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021242060.020.4000.19297.0745.5664.71
HexCA7CCE2280131292e41
Octal31217431625002345156101
Binary11001010111110011001110101010000100111001010011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CCE; }

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

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

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

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

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

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

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

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