Shades of Hopbush #CD6490
Tints of Hopbush #CD6490
RGB
CMYK
RGB Variations
Color information
#CD6490 (or 0xCD6490) is known color: Hopbush. HEX triplet: CD, 64 and 90. RGB value is (205,100,144). Sum of RGB (Red+Green+Blue) = 205+100+144=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6490 is #329B6F. Grayscale: #888888. Windows color (decimal): -3316592 or 9462989. OLE color: 9462989.
HSL color Cylindrical-coordinate representation of color #CD6490: hue angle of 334.86º 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 #CD6490 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 144 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.20 |
| HSL | 334.86º | 0.51% | 0.6% | - |
| HSV(B) | 334.86º | 0.51% | 0.8% | - |
| XYZ | 34.77 | 24.11 | 29.21 | - |
| YUV | 136.41 | 132.29 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 144 | 0 | 0.51 | 0.30 | 0.20 | 334.86 | 0.51 | 0.6 |
| Hex | CD | 64 | 90 | 0 | 33 | 1E | 14 | 14F | 33 | 3C |
| Octal | 315 | 144 | 220 | 0 | 63 | 36 | 24 | 517 | 63 | 74 |
| Binary | 11001101 | 1100100 | 10010000 | 0 | 110011 | 11110 | 10100 | 101001111 | 110011 | 111100 |
Color Harmonies of #CD6490
Complementary color
Monochromatic Colors of #CD6490
Black with #CD6490
Text Example
Text Example
White with #CD6490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6490; }
p { color: rgb(205,100,144); }
H1.HeaderClassName
{
color: #CD6490;
}
.AnyTagClassName
{
color: #CD6490;
}
</style>
background-color css
<style>
a { background-color: #CD6490; }
a { background-color: rgb(205,100,144); }
div.DivClassName
{
background-color: #CD6490;
}
.BgClassName
{
background-color: #CD6490;
}
</style>
border-color css
<style>
span { border-color: #CD6490; }
span { border-color: rgb(205,100,144); }
td.TdClassName
{
border-color: #CD6490;
}
.TagClassName
{
border-color: #CD6490;
}
</style>