Shades of Hopbush #CE6C9E
Tints of Hopbush #CE6C9E
RGB
CMYK
RGB Variations
Color information
#CE6C9E (or 0xCE6C9E) is known color: Hopbush. HEX triplet: CE, 6C and 9E. RGB value is (206,108,158). Sum of RGB (Red+Green+Blue) = 206+108+158=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6C9E is #319361. Grayscale: #8E8E8E. Windows color (decimal): -3248994 or 10382542. OLE color: 10382542.
HSL color Cylindrical-coordinate representation of color #CE6C9E: hue angle of 329.39º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6C9E is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 158 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.19 |
| HSL | 329.39º | 0.5% | 0.62% | - |
| HSV(B) | 329.39º | 0.48% | 0.81% | - |
| XYZ | 36.99 | 26.32 | 35.48 | - |
| YUV | 143 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 158 | 0 | 0.48 | 0.23 | 0.19 | 329.39 | 0.5 | 0.62 |
| Hex | CE | 6C | 9E | 0 | 30 | 17 | 13 | 149 | 32 | 3E |
| Octal | 316 | 154 | 236 | 0 | 60 | 27 | 23 | 511 | 62 | 76 |
| Binary | 11001110 | 1101100 | 10011110 | 0 | 110000 | 10111 | 10011 | 101001001 | 110010 | 111110 |
Color Harmonies of #CE6C9E
Complementary color
Monochromatic Colors of #CE6C9E
Black with #CE6C9E
Text Example
Text Example
White with #CE6C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C9E; }
p { color: rgb(206,108,158); }
H1.HeaderClassName
{
color: #CE6C9E;
}
.AnyTagClassName
{
color: #CE6C9E;
}
</style>
background-color css
<style>
a { background-color: #CE6C9E; }
a { background-color: rgb(206,108,158); }
div.DivClassName
{
background-color: #CE6C9E;
}
.BgClassName
{
background-color: #CE6C9E;
}
</style>
border-color css
<style>
span { border-color: #CE6C9E; }
span { border-color: rgb(206,108,158); }
td.TdClassName
{
border-color: #CE6C9E;
}
.TagClassName
{
border-color: #CE6C9E;
}
</style>