Shades of Hopbush #CE68A8
Tints of Hopbush #CE68A8
RGB
CMYK
RGB Variations
Color information
#CE68A8 (or 0xCE68A8) is known color: Hopbush. HEX triplet: CE, 68 and A8. RGB value is (206,104,168). Sum of RGB (Red+Green+Blue) = 206+104+168=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE68A8 is #319757. Grayscale: #8D8D8D. Windows color (decimal): -3250008 or 11036878. OLE color: 11036878.
HSL color Cylindrical-coordinate representation of color #CE68A8: hue angle of 322.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE68A8 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 168 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.19 |
| HSL | 322.35º | 0.51% | 0.61% | - |
| HSV(B) | 322.35º | 0.5% | 0.81% | - |
| XYZ | 37.47 | 25.85 | 40.06 | - |
| YUV | 141.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 168 | 0 | 0.50 | 0.18 | 0.19 | 322.35 | 0.51 | 0.61 |
| Hex | CE | 68 | A8 | 0 | 32 | 12 | 13 | 142 | 33 | 3D |
| Octal | 316 | 150 | 250 | 0 | 62 | 22 | 23 | 502 | 63 | 75 |
| Binary | 11001110 | 1101000 | 10101000 | 0 | 110010 | 10010 | 10011 | 101000010 | 110011 | 111101 |
Color Harmonies of #CE68A8
Complementary color
Monochromatic Colors of #CE68A8
Black with #CE68A8
Text Example
Text Example
White with #CE68A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68A8; }
p { color: rgb(206,104,168); }
H1.HeaderClassName
{
color: #CE68A8;
}
.AnyTagClassName
{
color: #CE68A8;
}
</style>
background-color css
<style>
a { background-color: #CE68A8; }
a { background-color: rgb(206,104,168); }
div.DivClassName
{
background-color: #CE68A8;
}
.BgClassName
{
background-color: #CE68A8;
}
</style>
border-color css
<style>
span { border-color: #CE68A8; }
span { border-color: rgb(206,104,168); }
td.TdClassName
{
border-color: #CE68A8;
}
.TagClassName
{
border-color: #CE68A8;
}
</style>