Shades of Hopbush #CE6495
Tints of Hopbush #CE6495
RGB
CMYK
RGB Variations
Color information
#CE6495 (or 0xCE6495) is known color: Hopbush. HEX triplet: CE, 64 and 95. RGB value is (206,100,149). Sum of RGB (Red+Green+Blue) = 206+100+149=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6495 is #319B6A. Grayscale: #898989. Windows color (decimal): -3251051 or 9790670. OLE color: 9790670.
HSL color Cylindrical-coordinate representation of color #CE6495: hue angle of 332.26º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6495 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 149 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.19 |
| HSL | 332.26º | 0.52% | 0.6% | - |
| HSV(B) | 332.26º | 0.51% | 0.81% | - |
| XYZ | 35.44 | 24.41 | 31.28 | - |
| YUV | 137.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 149 | 0 | 0.51 | 0.28 | 0.19 | 332.26 | 0.52 | 0.6 |
| Hex | CE | 64 | 95 | 0 | 33 | 1C | 13 | 14C | 34 | 3C |
| Octal | 316 | 144 | 225 | 0 | 63 | 34 | 23 | 514 | 64 | 74 |
| Binary | 11001110 | 1100100 | 10010101 | 0 | 110011 | 11100 | 10011 | 101001100 | 110100 | 111100 |
Color Harmonies of #CE6495
Complementary color
Monochromatic Colors of #CE6495
Black with #CE6495
Text Example
Text Example
White with #CE6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6495; }
p { color: rgb(206,100,149); }
H1.HeaderClassName
{
color: #CE6495;
}
.AnyTagClassName
{
color: #CE6495;
}
</style>
background-color css
<style>
a { background-color: #CE6495; }
a { background-color: rgb(206,100,149); }
div.DivClassName
{
background-color: #CE6495;
}
.BgClassName
{
background-color: #CE6495;
}
</style>
border-color css
<style>
span { border-color: #CE6495; }
span { border-color: rgb(206,100,149); }
td.TdClassName
{
border-color: #CE6495;
}
.TagClassName
{
border-color: #CE6495;
}
</style>