#CA77BD

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

Shades of Orchid #CA77BD

Tints of Orchid #CA77BD

Color information

#CA77BD (or 0xCA77BD) is unknown color: approx Orchid. HEX triplet: CA, 77 and BD. RGB value is (202,119,189). Sum of RGB (Red+Green+Blue) = 202+119+189=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77BD is #358842. Grayscale: #979797. Windows color (decimal): -3508291 or 12416970. OLE color: 12416970.

HSL color Cylindrical-coordinate representation of color #CA77BD: hue angle of 309.4º 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 #CA77BD is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202119189-
CMYK00.410.060.21
HSL309.4º43.92%62.94%-
HSV(B)309.4º41.09%79.22%-
XYZ40.1429.4251.71-
YUV151.8149163.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 119 (46.88% from 255) = 23.33%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=39.61%
G=23.33%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211918900.410.060.21309.443.9262.94
HexCA77BD0296151352c3f
Octal3121672750516254655477
Binary11001010111011110111101010100111010101100110101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77BD; }

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

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

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

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

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

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

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

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