Shades of Hopbush #CE6FA6
Tints of Hopbush #CE6FA6
RGB
CMYK
RGB Variations
Color information
#CE6FA6 (or 0xCE6FA6) is known color: Hopbush. HEX triplet: CE, 6F and A6. RGB value is (206,111,166). Sum of RGB (Red+Green+Blue) = 206+111+166=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6FA6 is #319059. Grayscale: #919191. Windows color (decimal): -3248218 or 10907598. OLE color: 10907598.
HSL color Cylindrical-coordinate representation of color #CE6FA6: hue angle of 325.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6FA6 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 166 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.19 |
| HSL | 325.26º | 0.49% | 0.62% | - |
| HSV(B) | 325.26º | 0.46% | 0.81% | - |
| XYZ | 38.02 | 27.24 | 39.33 | - |
| YUV | 145.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 166 | 0 | 0.46 | 0.19 | 0.19 | 325.26 | 0.49 | 0.62 |
| Hex | CE | 6F | A6 | 0 | 2E | 13 | 13 | 145 | 31 | 3E |
| Octal | 316 | 157 | 246 | 0 | 56 | 23 | 23 | 505 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10100110 | 0 | 101110 | 10011 | 10011 | 101000101 | 110001 | 111110 |
Color Harmonies of #CE6FA6
Complementary color
Monochromatic Colors of #CE6FA6
Black with #CE6FA6
Text Example
Text Example
White with #CE6FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FA6; }
p { color: rgb(206,111,166); }
H1.HeaderClassName
{
color: #CE6FA6;
}
.AnyTagClassName
{
color: #CE6FA6;
}
</style>
background-color css
<style>
a { background-color: #CE6FA6; }
a { background-color: rgb(206,111,166); }
div.DivClassName
{
background-color: #CE6FA6;
}
.BgClassName
{
background-color: #CE6FA6;
}
</style>
border-color css
<style>
span { border-color: #CE6FA6; }
span { border-color: rgb(206,111,166); }
td.TdClassName
{
border-color: #CE6FA6;
}
.TagClassName
{
border-color: #CE6FA6;
}
</style>