Shades of Hopbush #CE6FA2
Tints of Hopbush #CE6FA2
RGB
CMYK
RGB Variations
Color information
#CE6FA2 (or 0xCE6FA2) is known color: Hopbush. HEX triplet: CE, 6F and A2. RGB value is (206,111,162). Sum of RGB (Red+Green+Blue) = 206+111+162=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6FA2 is #31905D. Grayscale: #919191. Windows color (decimal): -3248222 or 10645454. OLE color: 10645454.
HSL color Cylindrical-coordinate representation of color #CE6FA2: hue angle of 327.79º 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 #CE6FA2 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 162 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.19 |
| HSL | 327.79º | 0.49% | 0.62% | - |
| HSV(B) | 327.79º | 0.46% | 0.81% | - |
| XYZ | 37.66 | 27.1 | 37.43 | - |
| YUV | 145.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 162 | 0 | 0.46 | 0.21 | 0.19 | 327.79 | 0.49 | 0.62 |
| Hex | CE | 6F | A2 | 0 | 2E | 15 | 13 | 148 | 31 | 3E |
| Octal | 316 | 157 | 242 | 0 | 56 | 25 | 23 | 510 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10100010 | 0 | 101110 | 10101 | 10011 | 101001000 | 110001 | 111110 |
Color Harmonies of #CE6FA2
Complementary color
Monochromatic Colors of #CE6FA2
Black with #CE6FA2
Text Example
Text Example
White with #CE6FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FA2; }
p { color: rgb(206,111,162); }
H1.HeaderClassName
{
color: #CE6FA2;
}
.AnyTagClassName
{
color: #CE6FA2;
}
</style>
background-color css
<style>
a { background-color: #CE6FA2; }
a { background-color: rgb(206,111,162); }
div.DivClassName
{
background-color: #CE6FA2;
}
.BgClassName
{
background-color: #CE6FA2;
}
</style>
border-color css
<style>
span { border-color: #CE6FA2; }
span { border-color: rgb(206,111,162); }
td.TdClassName
{
border-color: #CE6FA2;
}
.TagClassName
{
border-color: #CE6FA2;
}
</style>