#CD5F9F

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

Shades of Hopbush #CD5F9F

Tints of Hopbush #CD5F9F

Color information

#CD5F9F (or 0xCD5F9F) is unknown color: approx Hopbush. HEX triplet: CD, 5F and 9F. RGB value is (205,95,159). Sum of RGB (Red+Green+Blue) = 205+95+159=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5F9F is #32A060. Grayscale: #878787. Windows color (decimal): -3317857 or 10444749. OLE color: 10444749.

HSL color Cylindrical-coordinate representation of color #CD5F9F: hue angle of 325.09º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD5F9F is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB20595159-
CMYK00.540.220.20
HSL325.09º52.38%58.82%-
HSV(B)325.09º53.66%80.39%-
XYZ35.5323.6735.5-
YUV135.19141.44177.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=44.66%
G=20.70%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059515900.540.220.20325.0952.3858.82
HexCD5F9F0361614145343b
Octal31513723706626245056473
Binary1100110110111111001111101101101011010100101000101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5F9F; }

 p { color: rgb(205,95,159); }

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

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

 a { background-color: rgb(205,95,159); }

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

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

 span { border-color: rgb(205,95,159); }

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