Shades of Hopbush #CC68AD
Tints of Hopbush #CC68AD
RGB
CMYK
RGB Variations
Color information
#CC68AD (or 0xCC68AD) is known color: Hopbush. HEX triplet: CC, 68 and AD. RGB value is (204,104,173). Sum of RGB (Red+Green+Blue) = 204+104+173=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC68AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC68AD is #339752. Grayscale: #8D8D8D. Windows color (decimal): -3381075 or 11364556. OLE color: 11364556.
HSL color Cylindrical-coordinate representation of color #CC68AD: hue angle of 318.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC68AD is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 173 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.2 |
| HSL | 318.6º | 0.5% | 0.6% | - |
| HSV(B) | 318.6º | 0.49% | 0.8% | - |
| XYZ | 37.39 | 25.76 | 42.54 | - |
| YUV | 141.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 173 | 0 | 0.49 | 0.15 | 0.2 | 318.6 | 0.5 | 0.6 |
| Hex | CC | 68 | AD | 0 | 31 | F | 14 | 13F | 32 | 3C |
| Octal | 314 | 150 | 255 | 0 | 61 | 17 | 24 | 477 | 62 | 74 |
| Binary | 11001100 | 1101000 | 10101101 | 0 | 110001 | 1111 | 10100 | 100111111 | 110010 | 111100 |
Color Harmonies of #CC68AD
Complementary color
Monochromatic Colors of #CC68AD
Black with #CC68AD
Text Example
Text Example
White with #CC68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68AD; }
p { color: rgb(204,104,173); }
H1.HeaderClassName
{
color: #CC68AD;
}
.AnyTagClassName
{
color: #CC68AD;
}
</style>
background-color css
<style>
a { background-color: #CC68AD; }
a { background-color: rgb(204,104,173); }
div.DivClassName
{
background-color: #CC68AD;
}
.BgClassName
{
background-color: #CC68AD;
}
</style>
border-color css
<style>
span { border-color: #CC68AD; }
span { border-color: rgb(204,104,173); }
td.TdClassName
{
border-color: #CC68AD;
}
.TagClassName
{
border-color: #CC68AD;
}
</style>