Shades of Hopbush #CE6AB0
Tints of Hopbush #CE6AB0
RGB
CMYK
RGB Variations
Color information
#CE6AB0 (or 0xCE6AB0) is known color: Hopbush. HEX triplet: CE, 6A and B0. RGB value is (206,106,176). Sum of RGB (Red+Green+Blue) = 206+106+176=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6AB0 is #31954F. Grayscale: #8F8F8F. Windows color (decimal): -3249488 or 11561678. OLE color: 11561678.
HSL color Cylindrical-coordinate representation of color #CE6AB0: hue angle of 318º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6AB0 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 176 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.19 |
| HSL | 318º | 0.51% | 0.61% | - |
| HSV(B) | 318º | 0.49% | 0.81% | - |
| XYZ | 38.44 | 26.56 | 44.18 | - |
| YUV | 143.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 176 | 0 | 0.49 | 0.15 | 0.19 | 318 | 0.51 | 0.61 |
| Hex | CE | 6A | B0 | 0 | 31 | F | 13 | 13E | 33 | 3D |
| Octal | 316 | 152 | 260 | 0 | 61 | 17 | 23 | 476 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10110000 | 0 | 110001 | 1111 | 10011 | 100111110 | 110011 | 111101 |
Color Harmonies of #CE6AB0
Complementary color
Monochromatic Colors of #CE6AB0
Black with #CE6AB0
Text Example
Text Example
White with #CE6AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AB0; }
p { color: rgb(206,106,176); }
H1.HeaderClassName
{
color: #CE6AB0;
}
.AnyTagClassName
{
color: #CE6AB0;
}
</style>
background-color css
<style>
a { background-color: #CE6AB0; }
a { background-color: rgb(206,106,176); }
div.DivClassName
{
background-color: #CE6AB0;
}
.BgClassName
{
background-color: #CE6AB0;
}
</style>
border-color css
<style>
span { border-color: #CE6AB0; }
span { border-color: rgb(206,106,176); }
td.TdClassName
{
border-color: #CE6AB0;
}
.TagClassName
{
border-color: #CE6AB0;
}
</style>