Shades of Hopbush #CE6CB0
Tints of Hopbush #CE6CB0
RGB
CMYK
RGB Variations
Color information
#CE6CB0 (or 0xCE6CB0) is known color: Hopbush. HEX triplet: CE, 6C and B0. RGB value is (206,108,176). Sum of RGB (Red+Green+Blue) = 206+108+176=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6CB0 is #31934F. Grayscale: #909090. Windows color (decimal): -3248976 or 11562190. OLE color: 11562190.
HSL color Cylindrical-coordinate representation of color #CE6CB0: hue angle of 318.37º 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 #CE6CB0 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 176 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.19 |
| HSL | 318.37º | 0.5% | 0.62% | - |
| HSV(B) | 318.37º | 0.48% | 0.81% | - |
| XYZ | 38.65 | 26.98 | 44.25 | - |
| YUV | 145.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 176 | 0 | 0.48 | 0.15 | 0.19 | 318.37 | 0.5 | 0.62 |
| Hex | CE | 6C | B0 | 0 | 30 | F | 13 | 13E | 32 | 3E |
| Octal | 316 | 154 | 260 | 0 | 60 | 17 | 23 | 476 | 62 | 76 |
| Binary | 11001110 | 1101100 | 10110000 | 0 | 110000 | 1111 | 10011 | 100111110 | 110010 | 111110 |
Color Harmonies of #CE6CB0
Complementary color
Monochromatic Colors of #CE6CB0
Black with #CE6CB0
Text Example
Text Example
White with #CE6CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CB0; }
p { color: rgb(206,108,176); }
H1.HeaderClassName
{
color: #CE6CB0;
}
.AnyTagClassName
{
color: #CE6CB0;
}
</style>
background-color css
<style>
a { background-color: #CE6CB0; }
a { background-color: rgb(206,108,176); }
div.DivClassName
{
background-color: #CE6CB0;
}
.BgClassName
{
background-color: #CE6CB0;
}
</style>
border-color css
<style>
span { border-color: #CE6CB0; }
span { border-color: rgb(206,108,176); }
td.TdClassName
{
border-color: #CE6CB0;
}
.TagClassName
{
border-color: #CE6CB0;
}
</style>