#CA78A9

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

Shades of Hopbush #CA78A9

Tints of Hopbush #CA78A9

Color information

#CA78A9 (or 0xCA78A9) is unknown color: approx Hopbush. HEX triplet: CA, 78 and A9. RGB value is (202,120,169). Sum of RGB (Red+Green+Blue) = 202+120+169=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA78A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA78A9 is #358756. Grayscale: #959595. Windows color (decimal): -3508055 or 11106506. OLE color: 11106506.

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

Color convert

RGB202120169-
CMYK00.410.160.21
HSL324.15º43.62%63.14%-
HSV(B)324.15º40.59%79.22%-
XYZ38.2428.8541.09-
YUV150.1138.67165.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=41.14%
G=24.44%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212016900.410.160.21324.1543.6263.14
HexCA78A902910151442c3f
Octal31217025105120255045477
Binary1100101011110001010100101010011000010101101000100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA78A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA78A9; }

 p { color: rgb(202,120,169); }

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

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

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

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

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

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

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