#CA77BB

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

Shades of Orchid #CA77BB

Tints of Orchid #CA77BB

Color information

#CA77BB (or 0xCA77BB) is unknown color: approx Orchid. HEX triplet: CA, 77 and BB. RGB value is (202,119,187). Sum of RGB (Red+Green+Blue) = 202+119+187=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77BB is #358844. Grayscale: #979797. Windows color (decimal): -3508293 or 12285898. OLE color: 12285898.

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

Color convert

RGB202119187-
CMYK00.410.070.21
HSL310.84º43.92%62.94%-
HSV(B)310.84º41.09%79.22%-
XYZ39.9229.3450.57-
YUV151.57148163.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=39.76%
G=23.43%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211918700.410.070.21310.8443.9262.94
HexCA77BB0297151372c3f
Octal3121672730517254675477
Binary11001010111011110111011010100111110101100110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77BB; }

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

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

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

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

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

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

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

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