#CA77CA

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

Shades of Orchid #CA77CA

Tints of Orchid #CA77CA

Color information

#CA77CA (or 0xCA77CA) is unknown color: approx Orchid. HEX triplet: CA, 77 and CA. RGB value is (202,119,202). Sum of RGB (Red+Green+Blue) = 202+119+202=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA77CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77CA is #358835. Grayscale: #999999. Windows color (decimal): -3508278 or 13268938. OLE color: 13268938.

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

Color convert

RGB202119202-
CMYK00.4100.21
HSL300º43.92%62.94%-
HSV(B)300º41.09%79.22%-
XYZ41.6130.0159.48-
YUV153.28155.5162.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 119 (46.88% from 255) = 22.75%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=38.62%
G=22.75%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211920200.4100.2130043.9262.94
HexCA77CA02901512c2c3f
Octal3121673120510254545477
Binary110010101110111110010100101001010101100101100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77CA; }

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

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

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

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

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

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

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

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