Shades of Hopbush #CD6CA2
Tints of Hopbush #CD6CA2
RGB
CMYK
RGB Variations
Color information
#CD6CA2 (or 0xCD6CA2) is known color: Hopbush. HEX triplet: CD, 6C and A2. RGB value is (205,108,162). Sum of RGB (Red+Green+Blue) = 205+108+162=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6CA2 is #32935D. Grayscale: #8F8F8F. Windows color (decimal): -3314526 or 10644685. OLE color: 10644685.
HSL color Cylindrical-coordinate representation of color #CD6CA2: hue angle of 326.6º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6CA2 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 162 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.20 |
| HSL | 326.6º | 0.49% | 0.61% | - |
| HSV(B) | 326.6º | 0.47% | 0.8% | - |
| XYZ | 37.06 | 26.31 | 37.31 | - |
| YUV | 143.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 162 | 0 | 0.47 | 0.21 | 0.20 | 326.6 | 0.49 | 0.61 |
| Hex | CD | 6C | A2 | 0 | 2F | 15 | 14 | 147 | 31 | 3D |
| Octal | 315 | 154 | 242 | 0 | 57 | 25 | 24 | 507 | 61 | 75 |
| Binary | 11001101 | 1101100 | 10100010 | 0 | 101111 | 10101 | 10100 | 101000111 | 110001 | 111101 |
Color Harmonies of #CD6CA2
Complementary color
Monochromatic Colors of #CD6CA2
Black with #CD6CA2
Text Example
Text Example
White with #CD6CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6CA2; }
p { color: rgb(205,108,162); }
H1.HeaderClassName
{
color: #CD6CA2;
}
.AnyTagClassName
{
color: #CD6CA2;
}
</style>
background-color css
<style>
a { background-color: #CD6CA2; }
a { background-color: rgb(205,108,162); }
div.DivClassName
{
background-color: #CD6CA2;
}
.BgClassName
{
background-color: #CD6CA2;
}
</style>
border-color css
<style>
span { border-color: #CD6CA2; }
span { border-color: rgb(205,108,162); }
td.TdClassName
{
border-color: #CD6CA2;
}
.TagClassName
{
border-color: #CD6CA2;
}
</style>