Shades of Hopbush #CE6AAA
Tints of Hopbush #CE6AAA
RGB
CMYK
RGB Variations
Color information
#CE6AAA (or 0xCE6AAA) is known color: Hopbush. HEX triplet: CE, 6A and AA. RGB value is (206,106,170). Sum of RGB (Red+Green+Blue) = 206+106+170=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6AAA is #319555. Grayscale: #8F8F8F. Windows color (decimal): -3249494 or 11168462. OLE color: 11168462.
HSL color Cylindrical-coordinate representation of color #CE6AAA: hue angle of 321.6º 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 #CE6AAA is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 170 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.19 |
| HSL | 321.6º | 0.51% | 0.61% | - |
| HSV(B) | 321.6º | 0.49% | 0.81% | - |
| XYZ | 37.86 | 26.33 | 41.12 | - |
| YUV | 143.2 | 143.13 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 170 | 0 | 0.49 | 0.17 | 0.19 | 321.6 | 0.51 | 0.61 |
| Hex | CE | 6A | AA | 0 | 31 | 11 | 13 | 142 | 33 | 3D |
| Octal | 316 | 152 | 252 | 0 | 61 | 21 | 23 | 502 | 63 | 75 |
| Binary | 11001110 | 1101010 | 10101010 | 0 | 110001 | 10001 | 10011 | 101000010 | 110011 | 111101 |
Color Harmonies of #CE6AAA
Complementary color
Monochromatic Colors of #CE6AAA
Black with #CE6AAA
Text Example
Text Example
White with #CE6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AAA; }
p { color: rgb(206,106,170); }
H1.HeaderClassName
{
color: #CE6AAA;
}
.AnyTagClassName
{
color: #CE6AAA;
}
</style>
background-color css
<style>
a { background-color: #CE6AAA; }
a { background-color: rgb(206,106,170); }
div.DivClassName
{
background-color: #CE6AAA;
}
.BgClassName
{
background-color: #CE6AAA;
}
</style>
border-color css
<style>
span { border-color: #CE6AAA; }
span { border-color: rgb(206,106,170); }
td.TdClassName
{
border-color: #CE6AAA;
}
.TagClassName
{
border-color: #CE6AAA;
}
</style>