#CA77CC

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

Shades of Orchid #CA77CC

Tints of Orchid #CA77CC

Color information

#CA77CC (or 0xCA77CC) is unknown color: approx Orchid. HEX triplet: CA, 77 and CC. RGB value is (202,119,204). Sum of RGB (Red+Green+Blue) = 202+119+204=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA77CC is #358833. Grayscale: #999999. Windows color (decimal): -3508276 or 13400010. OLE color: 13400010.

HSL color Cylindrical-coordinate representation of color #CA77CC: hue angle of 298.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA77CC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202119204-
CMYK0.010.4200.2
HSL298.59º45.45%63.33%-
HSV(B)298.59º41.67%80%-
XYZ41.8530.1160.73-
YUV153.51156.5162.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 119 (46.88% from 255) = 22.67%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=38.48%
G=22.67%
B=38.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021192040.010.4200.2298.5945.4563.33
HexCA77CC12A01412b2d3f
Octal3121673141520244535577
Binary110010101110111110011001101010010100100101011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77CC; }

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

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

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

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

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

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

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

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