Shades of Hopbush #CE6CB1
Tints of Hopbush #CE6CB1
RGB
CMYK
RGB Variations
Color information
#CE6CB1 (or 0xCE6CB1) is known color: Hopbush. HEX triplet: CE, 6C and B1. RGB value is (206,108,177). Sum of RGB (Red+Green+Blue) = 206+108+177=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6CB1 is #31934E. Grayscale: #909090. Windows color (decimal): -3248975 or 11627726. OLE color: 11627726.
HSL color Cylindrical-coordinate representation of color #CE6CB1: hue angle of 317.76º 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 #CE6CB1 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 177 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.19 |
| HSL | 317.76º | 0.5% | 0.62% | - |
| HSV(B) | 317.76º | 0.48% | 0.81% | - |
| XYZ | 38.75 | 27.02 | 44.77 | - |
| YUV | 145.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 177 | 0 | 0.48 | 0.14 | 0.19 | 317.76 | 0.5 | 0.62 |
| Hex | CE | 6C | B1 | 0 | 30 | E | 13 | 13E | 32 | 3E |
| Octal | 316 | 154 | 261 | 0 | 60 | 16 | 23 | 476 | 62 | 76 |
| Binary | 11001110 | 1101100 | 10110001 | 0 | 110000 | 1110 | 10011 | 100111110 | 110010 | 111110 |
Color Harmonies of #CE6CB1
Complementary color
Monochromatic Colors of #CE6CB1
Black with #CE6CB1
Text Example
Text Example
White with #CE6CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6CB1; }
p { color: rgb(206,108,177); }
H1.HeaderClassName
{
color: #CE6CB1;
}
.AnyTagClassName
{
color: #CE6CB1;
}
</style>
background-color css
<style>
a { background-color: #CE6CB1; }
a { background-color: rgb(206,108,177); }
div.DivClassName
{
background-color: #CE6CB1;
}
.BgClassName
{
background-color: #CE6CB1;
}
</style>
border-color css
<style>
span { border-color: #CE6CB1; }
span { border-color: rgb(206,108,177); }
td.TdClassName
{
border-color: #CE6CB1;
}
.TagClassName
{
border-color: #CE6CB1;
}
</style>