Shades of Hopbush #CE6BB0
Tints of Hopbush #CE6BB0
RGB
CMYK
RGB Variations
Color information
#CE6BB0 (or 0xCE6BB0) is known color: Hopbush. HEX triplet: CE, 6B and B0. RGB value is (206,107,176). Sum of RGB (Red+Green+Blue) = 206+107+176=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6BB0 is #31944F. Grayscale: #909090. Windows color (decimal): -3249232 or 11561934. OLE color: 11561934.
HSL color Cylindrical-coordinate representation of color #CE6BB0: hue angle of 318.18º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6BB0 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 176 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.19 |
| HSL | 318.18º | 0.5% | 0.61% | - |
| HSV(B) | 318.18º | 0.48% | 0.81% | - |
| XYZ | 38.55 | 26.77 | 44.21 | - |
| YUV | 144.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 176 | 0 | 0.48 | 0.15 | 0.19 | 318.18 | 0.5 | 0.61 |
| Hex | CE | 6B | B0 | 0 | 30 | F | 13 | 13E | 32 | 3D |
| Octal | 316 | 153 | 260 | 0 | 60 | 17 | 23 | 476 | 62 | 75 |
| Binary | 11001110 | 1101011 | 10110000 | 0 | 110000 | 1111 | 10011 | 100111110 | 110010 | 111101 |
Color Harmonies of #CE6BB0
Complementary color
Monochromatic Colors of #CE6BB0
Black with #CE6BB0
Text Example
Text Example
White with #CE6BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BB0; }
p { color: rgb(206,107,176); }
H1.HeaderClassName
{
color: #CE6BB0;
}
.AnyTagClassName
{
color: #CE6BB0;
}
</style>
background-color css
<style>
a { background-color: #CE6BB0; }
a { background-color: rgb(206,107,176); }
div.DivClassName
{
background-color: #CE6BB0;
}
.BgClassName
{
background-color: #CE6BB0;
}
</style>
border-color css
<style>
span { border-color: #CE6BB0; }
span { border-color: rgb(206,107,176); }
td.TdClassName
{
border-color: #CE6BB0;
}
.TagClassName
{
border-color: #CE6BB0;
}
</style>