#CD75A9

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

Shades of Hopbush #CD75A9

Tints of Hopbush #CD75A9

Color information

#CD75A9 (or 0xCD75A9) is unknown color: approx Hopbush. HEX triplet: CD, 75 and A9. RGB value is (205,117,169). Sum of RGB (Red+Green+Blue) = 205+117+169=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD75A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD75A9 is #328A56. Grayscale: #959595. Windows color (decimal): -3312215 or 11105741. OLE color: 11105741.

HSL color Cylindrical-coordinate representation of color #CD75A9: hue angle of 324.55º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD75A9 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205117169-
CMYK00.430.180.20
HSL324.55º46.81%63.14%-
HSV(B)324.55º42.93%80.39%-
XYZ38.728.5741.01-
YUV149.24139.15167.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=41.75%
G=23.83%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511716900.430.180.20324.5546.8163.14
HexCD75A902B12141452f3f
Octal31516525105322245055777
Binary1100110111101011010100101010111001010100101000101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD75A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD75A9; }

 p { color: rgb(205,117,169); }

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

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

 a { background-color: rgb(205,117,169); }

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

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

 span { border-color: rgb(205,117,169); }

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