Shades of Hopbush #CD609D
Tints of Hopbush #CD609D
RGB
CMYK
RGB Variations
Color information
#CD609D (or 0xCD609D) is known color: Hopbush. HEX triplet: CD, 60 and 9D. RGB value is (205,96,157). Sum of RGB (Red+Green+Blue) = 205+96+157=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD609D is #329F62. Grayscale: #878787. Windows color (decimal): -3317603 or 10313933. OLE color: 10313933.
HSL color Cylindrical-coordinate representation of color #CD609D: hue angle of 326.42º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD609D is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 157 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.20 |
| HSL | 326.42º | 0.52% | 0.59% | - |
| HSV(B) | 326.42º | 0.53% | 0.8% | - |
| XYZ | 35.45 | 23.78 | 34.62 | - |
| YUV | 135.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 157 | 0 | 0.53 | 0.23 | 0.20 | 326.42 | 0.52 | 0.59 |
| Hex | CD | 60 | 9D | 0 | 35 | 17 | 14 | 146 | 34 | 3B |
| Octal | 315 | 140 | 235 | 0 | 65 | 27 | 24 | 506 | 64 | 73 |
| Binary | 11001101 | 1100000 | 10011101 | 0 | 110101 | 10111 | 10100 | 101000110 | 110100 | 111011 |
Color Harmonies of #CD609D
Complementary color
Monochromatic Colors of #CD609D
Black with #CD609D
Text Example
Text Example
White with #CD609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD609D; }
p { color: rgb(205,96,157); }
H1.HeaderClassName
{
color: #CD609D;
}
.AnyTagClassName
{
color: #CD609D;
}
</style>
background-color css
<style>
a { background-color: #CD609D; }
a { background-color: rgb(205,96,157); }
div.DivClassName
{
background-color: #CD609D;
}
.BgClassName
{
background-color: #CD609D;
}
</style>
border-color css
<style>
span { border-color: #CD609D; }
span { border-color: rgb(205,96,157); }
td.TdClassName
{
border-color: #CD609D;
}
.TagClassName
{
border-color: #CD609D;
}
</style>