#CA77BA

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

Shades of Orchid #CA77BA

Tints of Orchid #CA77BA

Color information

#CA77BA (or 0xCA77BA) is unknown color: approx Orchid. HEX triplet: CA, 77 and BA. RGB value is (202,119,186). Sum of RGB (Red+Green+Blue) = 202+119+186=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77BA is #358845. Grayscale: #979797. Windows color (decimal): -3508294 or 12220362. OLE color: 12220362.

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

Color convert

RGB202119186-
CMYK00.410.080.21
HSL311.57º43.92%62.94%-
HSV(B)311.57º41.09%79.22%-
XYZ39.8229.350.01-
YUV151.45147.5164.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.84%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=39.84%
G=23.47%
B=36.69%

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
Decimal20211918600.410.080.21311.5743.9262.94
HexCA77BA0298151382c3f
Octal31216727205110254705477
Binary110010101110111101110100101001100010101100111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77BA; }

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

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

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

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

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

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

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

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