#CA77B9

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

Shades of Orchid #CA77B9

Tints of Orchid #CA77B9

Color information

#CA77B9 (or 0xCA77B9) is unknown color: approx Orchid. HEX triplet: CA, 77 and B9. RGB value is (202,119,185). Sum of RGB (Red+Green+Blue) = 202+119+185=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77B9 is #358846. Grayscale: #979797. Windows color (decimal): -3508295 or 12154826. OLE color: 12154826.

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

Color convert

RGB202119185-
CMYK00.410.080.21
HSL312.29º43.92%62.94%-
HSV(B)312.29º41.09%79.22%-
XYZ39.7129.2549.45-
YUV151.34147164.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=39.92%
G=23.52%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211918500.410.080.21312.2943.9262.94
HexCA77B90298151382c3f
Octal31216727105110254705477
Binary110010101110111101110010101001100010101100111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77B9; }

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

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

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

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

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

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

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

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