#CA81DC

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

Shades of Orchid #CA81DC

Tints of Orchid #CA81DC

Color information

#CA81DC (or 0xCA81DC) is unknown color: approx Orchid. HEX triplet: CA, 81 and DC. RGB value is (202,129,220). Sum of RGB (Red+Green+Blue) = 202+129+220=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81DC is #357E23. Grayscale: #A0A0A0. Windows color (decimal): -3505700 or 14451146. OLE color: 14451146.

HSL color Cylindrical-coordinate representation of color #CA81DC: hue angle of 288.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA81DC is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB202129220-
CMYK0.080.4100.14
HSL288.13º56.52%68.43%-
HSV(B)288.13º41.36%86.27%-
XYZ45.1333.4271.78-
YUV161.2161.18157.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=36.66%
G=23.41%
B=39.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021292200.080.4100.14288.1356.5268.43
HexCA81DC8290E1203944
Octal312201334105101644071104
Binary1100101010000001110111001000101001011101001000001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA81DC; }

 p { color: rgb(202,129,220); }

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

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

 a { background-color: rgb(202,129,220); }

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

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

 span { border-color: rgb(202,129,220); }

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