#CA77B0

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

Shades of Hopbush #CA77B0

Tints of Hopbush #CA77B0

Color information

#CA77B0 (or 0xCA77B0) is unknown color: approx Hopbush. HEX triplet: CA, 77 and B0. RGB value is (202,119,176). Sum of RGB (Red+Green+Blue) = 202+119+176=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA77B0 is #35884F. Grayscale: #969696. Windows color (decimal): -3508304 or 11565002. OLE color: 11565002.

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

Color convert

RGB202119176-
CMYK00.410.130.21
HSL318.8º43.92%62.94%-
HSV(B)318.8º41.09%79.22%-
XYZ38.7928.8844.61-
YUV150.31142.5164.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 119 (46.88% from 255) = 23.94%
BLUE value IS 176 (69.14% from 255) = 35.41%
R=40.64%
G=23.94%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211917600.410.130.21318.843.9262.94
HexCA77B0029D1513f2c3f
Octal31216726005115254775477
Binary110010101110111101100000101001110110101100111111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77B0; }

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

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

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

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

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

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

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

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