#CA77BF

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

Shades of Orchid #CA77BF

Tints of Orchid #CA77BF

Color information

#CA77BF (or 0xCA77BF) is unknown color: approx Orchid. HEX triplet: CA, 77 and BF. RGB value is (202,119,191). Sum of RGB (Red+Green+Blue) = 202+119+191=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77BF is #358840. Grayscale: #979797. Windows color (decimal): -3508289 or 12548042. OLE color: 12548042.

HSL color Cylindrical-coordinate representation of color #CA77BF: hue angle of 307.95º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA77BF is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB202119191-
CMYK00.410.050.21
HSL307.95º43.92%62.94%-
HSV(B)307.95º41.09%79.22%-
XYZ40.3629.5152.86-
YUV152.02150163.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.45%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 191 (75% from 255) = 37.30%
R=39.45%
G=23.24%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211919100.410.050.21307.9543.9262.94
HexCA77BF0295151342c3f
Octal3121672770515254645477
Binary11001010111011110111111010100110110101100110100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77BF; }

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

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

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

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

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

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

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

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