Shades of Hopbush #CE65A8
Tints of Hopbush #CE65A8
RGB
CMYK
RGB Variations
Color information
#CE65A8 (or 0xCE65A8) is known color: Hopbush. HEX triplet: CE, 65 and A8. RGB value is (206,101,168). Sum of RGB (Red+Green+Blue) = 206+101+168=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE65A8 is #319A57. Grayscale: #8B8B8B. Windows color (decimal): -3250776 or 11036110. OLE color: 11036110.
HSL color Cylindrical-coordinate representation of color #CE65A8: hue angle of 321.71º 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 #CE65A8 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 168 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.19 |
| HSL | 321.71º | 0.52% | 0.6% | - |
| HSV(B) | 321.71º | 0.51% | 0.81% | - |
| XYZ | 37.18 | 25.26 | 39.96 | - |
| YUV | 140.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 168 | 0 | 0.51 | 0.18 | 0.19 | 321.71 | 0.52 | 0.6 |
| Hex | CE | 65 | A8 | 0 | 33 | 12 | 13 | 142 | 34 | 3C |
| Octal | 316 | 145 | 250 | 0 | 63 | 22 | 23 | 502 | 64 | 74 |
| Binary | 11001110 | 1100101 | 10101000 | 0 | 110011 | 10010 | 10011 | 101000010 | 110100 | 111100 |
Color Harmonies of #CE65A8
Complementary color
Monochromatic Colors of #CE65A8
Black with #CE65A8
Text Example
Text Example
White with #CE65A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65A8; }
p { color: rgb(206,101,168); }
H1.HeaderClassName
{
color: #CE65A8;
}
.AnyTagClassName
{
color: #CE65A8;
}
</style>
background-color css
<style>
a { background-color: #CE65A8; }
a { background-color: rgb(206,101,168); }
div.DivClassName
{
background-color: #CE65A8;
}
.BgClassName
{
background-color: #CE65A8;
}
</style>
border-color css
<style>
span { border-color: #CE65A8; }
span { border-color: rgb(206,101,168); }
td.TdClassName
{
border-color: #CE65A8;
}
.TagClassName
{
border-color: #CE65A8;
}
</style>