Shades of Hopbush #CD6D9D
Tints of Hopbush #CD6D9D
RGB
CMYK
RGB Variations
Color information
#CD6D9D (or 0xCD6D9D) is known color: Hopbush. HEX triplet: CD, 6D and 9D. RGB value is (205,109,157). Sum of RGB (Red+Green+Blue) = 205+109+157=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6D9D is #329262. Grayscale: #8F8F8F. Windows color (decimal): -3314275 or 10317261. OLE color: 10317261.
HSL color Cylindrical-coordinate representation of color #CD6D9D: hue angle of 330º 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 #CD6D9D is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 157 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.20 |
| HSL | 330º | 0.49% | 0.62% | - |
| HSV(B) | 330º | 0.47% | 0.8% | - |
| XYZ | 36.73 | 26.35 | 35.05 | - |
| YUV | 143.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 157 | 0 | 0.47 | 0.23 | 0.20 | 330 | 0.49 | 0.62 |
| Hex | CD | 6D | 9D | 0 | 2F | 17 | 14 | 14A | 31 | 3E |
| Octal | 315 | 155 | 235 | 0 | 57 | 27 | 24 | 512 | 61 | 76 |
| Binary | 11001101 | 1101101 | 10011101 | 0 | 101111 | 10111 | 10100 | 101001010 | 110001 | 111110 |
Color Harmonies of #CD6D9D
Complementary color
Monochromatic Colors of #CD6D9D
Black with #CD6D9D
Text Example
Text Example
White with #CD6D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6D9D; }
p { color: rgb(205,109,157); }
H1.HeaderClassName
{
color: #CD6D9D;
}
.AnyTagClassName
{
color: #CD6D9D;
}
</style>
background-color css
<style>
a { background-color: #CD6D9D; }
a { background-color: rgb(205,109,157); }
div.DivClassName
{
background-color: #CD6D9D;
}
.BgClassName
{
background-color: #CD6D9D;
}
</style>
border-color css
<style>
span { border-color: #CD6D9D; }
span { border-color: rgb(205,109,157); }
td.TdClassName
{
border-color: #CD6D9D;
}
.TagClassName
{
border-color: #CD6D9D;
}
</style>