Shades of Hopbush #CC65AD
Tints of Hopbush #CC65AD
RGB
CMYK
RGB Variations
Color information
#CC65AD (or 0xCC65AD) is known color: Hopbush. HEX triplet: CC, 65 and AD. RGB value is (204,101,173). Sum of RGB (Red+Green+Blue) = 204+101+173=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC65AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC65AD is #339A52. Grayscale: #8B8B8B. Windows color (decimal): -3381843 or 11363788. OLE color: 11363788.
HSL color Cylindrical-coordinate representation of color #CC65AD: hue angle of 318.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC65AD is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 173 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.2 |
| HSL | 318.06º | 0.5% | 0.6% | - |
| HSV(B) | 318.06º | 0.5% | 0.8% | - |
| XYZ | 37.1 | 25.16 | 42.44 | - |
| YUV | 140.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 173 | 0 | 0.50 | 0.15 | 0.2 | 318.06 | 0.5 | 0.6 |
| Hex | CC | 65 | AD | 0 | 32 | F | 14 | 13E | 32 | 3C |
| Octal | 314 | 145 | 255 | 0 | 62 | 17 | 24 | 476 | 62 | 74 |
| Binary | 11001100 | 1100101 | 10101101 | 0 | 110010 | 1111 | 10100 | 100111110 | 110010 | 111100 |
Color Harmonies of #CC65AD
Complementary color
Monochromatic Colors of #CC65AD
Black with #CC65AD
Text Example
Text Example
White with #CC65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65AD; }
p { color: rgb(204,101,173); }
H1.HeaderClassName
{
color: #CC65AD;
}
.AnyTagClassName
{
color: #CC65AD;
}
</style>
background-color css
<style>
a { background-color: #CC65AD; }
a { background-color: rgb(204,101,173); }
div.DivClassName
{
background-color: #CC65AD;
}
.BgClassName
{
background-color: #CC65AD;
}
</style>
border-color css
<style>
span { border-color: #CC65AD; }
span { border-color: rgb(204,101,173); }
td.TdClassName
{
border-color: #CC65AD;
}
.TagClassName
{
border-color: #CC65AD;
}
</style>