Shades of Hopbush #CE5DA8
Tints of Hopbush #CE5DA8
RGB
CMYK
RGB Variations
Color information
#CE5DA8 (or 0xCE5DA8) is known color: Hopbush. HEX triplet: CE, 5D and A8. RGB value is (206,93,168). Sum of RGB (Red+Green+Blue) = 206+93+168=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5DA8 is #31A257. Grayscale: #878787. Windows color (decimal): -3252824 or 11034062. OLE color: 11034062.
HSL color Cylindrical-coordinate representation of color #CE5DA8: hue angle of 320.18º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5DA8 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 168 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.19 |
| HSL | 320.18º | 0.54% | 0.59% | - |
| HSV(B) | 320.18º | 0.55% | 0.81% | - |
| XYZ | 36.44 | 23.78 | 39.71 | - |
| YUV | 135.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 168 | 0 | 0.55 | 0.18 | 0.19 | 320.18 | 0.54 | 0.59 |
| Hex | CE | 5D | A8 | 0 | 37 | 12 | 13 | 140 | 36 | 3B |
| Octal | 316 | 135 | 250 | 0 | 67 | 22 | 23 | 500 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10101000 | 0 | 110111 | 10010 | 10011 | 101000000 | 110110 | 111011 |
Color Harmonies of #CE5DA8
Complementary color
Monochromatic Colors of #CE5DA8
Black with #CE5DA8
Text Example
Text Example
White with #CE5DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DA8; }
p { color: rgb(206,93,168); }
H1.HeaderClassName
{
color: #CE5DA8;
}
.AnyTagClassName
{
color: #CE5DA8;
}
</style>
background-color css
<style>
a { background-color: #CE5DA8; }
a { background-color: rgb(206,93,168); }
div.DivClassName
{
background-color: #CE5DA8;
}
.BgClassName
{
background-color: #CE5DA8;
}
</style>
border-color css
<style>
span { border-color: #CE5DA8; }
span { border-color: rgb(206,93,168); }
td.TdClassName
{
border-color: #CE5DA8;
}
.TagClassName
{
border-color: #CE5DA8;
}
</style>