Shades of Hopbush #CD6DB0
Tints of Hopbush #CD6DB0
RGB
CMYK
RGB Variations
Color information
#CD6DB0 (or 0xCD6DB0) is known color: Hopbush. HEX triplet: CD, 6D and B0. RGB value is (205,109,176). Sum of RGB (Red+Green+Blue) = 205+109+176=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6DB0 is #32924F. Grayscale: #919191. Windows color (decimal): -3314256 or 11562445. OLE color: 11562445.
HSL color Cylindrical-coordinate representation of color #CD6DB0: hue angle of 318.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6DB0 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 176 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.20 |
| HSL | 318.13º | 0.49% | 0.62% | - |
| HSV(B) | 318.13º | 0.47% | 0.8% | - |
| XYZ | 38.48 | 27.05 | 44.27 | - |
| YUV | 145.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 176 | 0 | 0.47 | 0.14 | 0.20 | 318.13 | 0.49 | 0.62 |
| Hex | CD | 6D | B0 | 0 | 2F | E | 14 | 13E | 31 | 3E |
| Octal | 315 | 155 | 260 | 0 | 57 | 16 | 24 | 476 | 61 | 76 |
| Binary | 11001101 | 1101101 | 10110000 | 0 | 101111 | 1110 | 10100 | 100111110 | 110001 | 111110 |
Color Harmonies of #CD6DB0
Complementary color
Monochromatic Colors of #CD6DB0
Black with #CD6DB0
Text Example
Text Example
White with #CD6DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6DB0; }
p { color: rgb(205,109,176); }
H1.HeaderClassName
{
color: #CD6DB0;
}
.AnyTagClassName
{
color: #CD6DB0;
}
</style>
background-color css
<style>
a { background-color: #CD6DB0; }
a { background-color: rgb(205,109,176); }
div.DivClassName
{
background-color: #CD6DB0;
}
.BgClassName
{
background-color: #CD6DB0;
}
</style>
border-color css
<style>
span { border-color: #CD6DB0; }
span { border-color: rgb(205,109,176); }
td.TdClassName
{
border-color: #CD6DB0;
}
.TagClassName
{
border-color: #CD6DB0;
}
</style>