Shades of Hopbush #CE6D9E
Tints of Hopbush #CE6D9E
RGB
CMYK
RGB Variations
Color information
#CE6D9E (or 0xCE6D9E) is known color: Hopbush. HEX triplet: CE, 6D and 9E. RGB value is (206,109,158). Sum of RGB (Red+Green+Blue) = 206+109+158=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D9E is #319261. Grayscale: #8F8F8F. Windows color (decimal): -3248738 or 10382798. OLE color: 10382798.
HSL color Cylindrical-coordinate representation of color #CE6D9E: hue angle of 329.69º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6D9E is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 158 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.19 |
| HSL | 329.69º | 0.5% | 0.62% | - |
| HSV(B) | 329.69º | 0.47% | 0.81% | - |
| XYZ | 37.09 | 26.53 | 35.51 | - |
| YUV | 143.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 158 | 0 | 0.47 | 0.23 | 0.19 | 329.69 | 0.5 | 0.62 |
| Hex | CE | 6D | 9E | 0 | 2F | 17 | 13 | 14A | 32 | 3E |
| Octal | 316 | 155 | 236 | 0 | 57 | 27 | 23 | 512 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10011110 | 0 | 101111 | 10111 | 10011 | 101001010 | 110010 | 111110 |
Color Harmonies of #CE6D9E
Complementary color
Monochromatic Colors of #CE6D9E
Black with #CE6D9E
Text Example
Text Example
White with #CE6D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D9E; }
p { color: rgb(206,109,158); }
H1.HeaderClassName
{
color: #CE6D9E;
}
.AnyTagClassName
{
color: #CE6D9E;
}
</style>
background-color css
<style>
a { background-color: #CE6D9E; }
a { background-color: rgb(206,109,158); }
div.DivClassName
{
background-color: #CE6D9E;
}
.BgClassName
{
background-color: #CE6D9E;
}
</style>
border-color css
<style>
span { border-color: #CE6D9E; }
span { border-color: rgb(206,109,158); }
td.TdClassName
{
border-color: #CE6D9E;
}
.TagClassName
{
border-color: #CE6D9E;
}
</style>