Shades of Hopbush #CE64AD
Tints of Hopbush #CE64AD
RGB
CMYK
RGB Variations
Color information
#CE64AD (or 0xCE64AD) is known color: Hopbush. HEX triplet: CE, 64 and AD. RGB value is (206,100,173). Sum of RGB (Red+Green+Blue) = 206+100+173=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE64AD is #319B52. Grayscale: #8B8B8B. Windows color (decimal): -3251027 or 11363534. OLE color: 11363534.
HSL color Cylindrical-coordinate representation of color #CE64AD: hue angle of 318.68º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE64AD is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 173 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.19 |
| HSL | 318.68º | 0.52% | 0.6% | - |
| HSV(B) | 318.68º | 0.51% | 0.81% | - |
| XYZ | 37.55 | 25.25 | 42.43 | - |
| YUV | 140.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 173 | 0 | 0.51 | 0.16 | 0.19 | 318.68 | 0.52 | 0.6 |
| Hex | CE | 64 | AD | 0 | 33 | 10 | 13 | 13F | 34 | 3C |
| Octal | 316 | 144 | 255 | 0 | 63 | 20 | 23 | 477 | 64 | 74 |
| Binary | 11001110 | 1100100 | 10101101 | 0 | 110011 | 10000 | 10011 | 100111111 | 110100 | 111100 |
Color Harmonies of #CE64AD
Complementary color
Monochromatic Colors of #CE64AD
Black with #CE64AD
Text Example
Text Example
White with #CE64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64AD; }
p { color: rgb(206,100,173); }
H1.HeaderClassName
{
color: #CE64AD;
}
.AnyTagClassName
{
color: #CE64AD;
}
</style>
background-color css
<style>
a { background-color: #CE64AD; }
a { background-color: rgb(206,100,173); }
div.DivClassName
{
background-color: #CE64AD;
}
.BgClassName
{
background-color: #CE64AD;
}
</style>
border-color css
<style>
span { border-color: #CE64AD; }
span { border-color: rgb(206,100,173); }
td.TdClassName
{
border-color: #CE64AD;
}
.TagClassName
{
border-color: #CE64AD;
}
</style>