#CA77DC

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

Shades of Orchid #CA77DC

Tints of Orchid #CA77DC

Color information

#CA77DC (or 0xCA77DC) is unknown color: approx Orchid. HEX triplet: CA, 77 and DC. RGB value is (202,119,220). Sum of RGB (Red+Green+Blue) = 202+119+220=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77DC is #358823. Grayscale: #9B9B9B. Windows color (decimal): -3508260 or 14448586. OLE color: 14448586.

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

Color convert

RGB202119220-
CMYK0.080.4600.14
HSL289.31º59.06%66.47%-
HSV(B)289.31º45.91%86.27%-
XYZ43.8730.9271.37-
YUV155.33164.5161.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 119 (46.88% from 255) = 22.00%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=37.34%
G=22.00%
B=40.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2021192200.080.4600.14289.3159.0666.47
HexCA77DC82E0E1213b42
Octal312167334105601644173102
Binary110010101110111110111001000101110011101001000011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77DC; }

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

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

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

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

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

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

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

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