Shades of Hopbush #CE6FA0
Tints of Hopbush #CE6FA0
RGB
CMYK
RGB Variations
Color information
#CE6FA0 (or 0xCE6FA0) is known color: Hopbush. HEX triplet: CE, 6F and A0. RGB value is (206,111,160). Sum of RGB (Red+Green+Blue) = 206+111+160=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6FA0 is #31905F. Grayscale: #909090. Windows color (decimal): -3248224 or 10514382. OLE color: 10514382.
HSL color Cylindrical-coordinate representation of color #CE6FA0: hue angle of 329.05º 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 #CE6FA0 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 160 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.19 |
| HSL | 329.05º | 0.49% | 0.62% | - |
| HSV(B) | 329.05º | 0.46% | 0.81% | - |
| XYZ | 37.48 | 27.03 | 36.5 | - |
| YUV | 144.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 160 | 0 | 0.46 | 0.22 | 0.19 | 329.05 | 0.49 | 0.62 |
| Hex | CE | 6F | A0 | 0 | 2E | 16 | 13 | 149 | 31 | 3E |
| Octal | 316 | 157 | 240 | 0 | 56 | 26 | 23 | 511 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10100000 | 0 | 101110 | 10110 | 10011 | 101001001 | 110001 | 111110 |
Color Harmonies of #CE6FA0
Complementary color
Monochromatic Colors of #CE6FA0
Black with #CE6FA0
Text Example
Text Example
White with #CE6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FA0; }
p { color: rgb(206,111,160); }
H1.HeaderClassName
{
color: #CE6FA0;
}
.AnyTagClassName
{
color: #CE6FA0;
}
</style>
background-color css
<style>
a { background-color: #CE6FA0; }
a { background-color: rgb(206,111,160); }
div.DivClassName
{
background-color: #CE6FA0;
}
.BgClassName
{
background-color: #CE6FA0;
}
</style>
border-color css
<style>
span { border-color: #CE6FA0; }
span { border-color: rgb(206,111,160); }
td.TdClassName
{
border-color: #CE6FA0;
}
.TagClassName
{
border-color: #CE6FA0;
}
</style>