#CA75AD

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

Shades of Hopbush #CA75AD

Tints of Hopbush #CA75AD

Color information

#CA75AD (or 0xCA75AD) is unknown color: approx Hopbush. HEX triplet: CA, 75 and AD. RGB value is (202,117,173). Sum of RGB (Red+Green+Blue) = 202+117+173=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA75AD is #358A52. Grayscale: #949494. Windows color (decimal): -3508819 or 11367882. OLE color: 11367882.

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

Color convert

RGB202117173-
CMYK00.420.140.21
HSL320.47º44.5%62.55%-
HSV(B)320.47º42.08%79.22%-
XYZ38.2628.342.98-
YUV148.8141.66165.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=41.06%
G=23.78%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211717300.420.140.21320.4744.562.55
HexCA75AD02AE151402d3f
Octal31216525505216255005577
Binary110010101110101101011010101010111010101101000000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75AD; }

 p { color: rgb(202,117,173); }

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

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

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

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

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

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

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