Shades of Hopbush #CD659D
Tints of Hopbush #CD659D
RGB
CMYK
RGB Variations
Color information
#CD659D (or 0xCD659D) is known color: Hopbush. HEX triplet: CD, 65 and 9D. RGB value is (205,101,157). Sum of RGB (Red+Green+Blue) = 205+101+157=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD659D is #329A62. Grayscale: #8A8A8A. Windows color (decimal): -3316323 or 10315213. OLE color: 10315213.
HSL color Cylindrical-coordinate representation of color #CD659D: hue angle of 327.69º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD659D is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 157 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.20 |
| HSL | 327.69º | 0.51% | 0.6% | - |
| HSV(B) | 327.69º | 0.51% | 0.8% | - |
| XYZ | 35.92 | 24.72 | 34.78 | - |
| YUV | 138.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 157 | 0 | 0.51 | 0.23 | 0.20 | 327.69 | 0.51 | 0.6 |
| Hex | CD | 65 | 9D | 0 | 33 | 17 | 14 | 148 | 33 | 3C |
| Octal | 315 | 145 | 235 | 0 | 63 | 27 | 24 | 510 | 63 | 74 |
| Binary | 11001101 | 1100101 | 10011101 | 0 | 110011 | 10111 | 10100 | 101001000 | 110011 | 111100 |
Color Harmonies of #CD659D
Complementary color
Monochromatic Colors of #CD659D
Black with #CD659D
Text Example
Text Example
White with #CD659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD659D; }
p { color: rgb(205,101,157); }
H1.HeaderClassName
{
color: #CD659D;
}
.AnyTagClassName
{
color: #CD659D;
}
</style>
background-color css
<style>
a { background-color: #CD659D; }
a { background-color: rgb(205,101,157); }
div.DivClassName
{
background-color: #CD659D;
}
.BgClassName
{
background-color: #CD659D;
}
</style>
border-color css
<style>
span { border-color: #CD659D; }
span { border-color: rgb(205,101,157); }
td.TdClassName
{
border-color: #CD659D;
}
.TagClassName
{
border-color: #CD659D;
}
</style>