Shades of Hopbush #CE6398
Tints of Hopbush #CE6398
RGB
CMYK
RGB Variations
Color information
#CE6398 (or 0xCE6398) is known color: Hopbush. HEX triplet: CE, 63 and 98. RGB value is (206,99,152). Sum of RGB (Red+Green+Blue) = 206+99+152=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6398 is #319C67. Grayscale: #888888. Windows color (decimal): -3251304 or 9987022. OLE color: 9987022.
HSL color Cylindrical-coordinate representation of color #CE6398: hue angle of 330.28º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6398 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 152 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.19 |
| HSL | 330.28º | 0.52% | 0.6% | - |
| HSV(B) | 330.28º | 0.52% | 0.81% | - |
| XYZ | 35.58 | 24.31 | 32.52 | - |
| YUV | 137.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 152 | 0 | 0.52 | 0.26 | 0.19 | 330.28 | 0.52 | 0.6 |
| Hex | CE | 63 | 98 | 0 | 34 | 1A | 13 | 14A | 34 | 3C |
| Octal | 316 | 143 | 230 | 0 | 64 | 32 | 23 | 512 | 64 | 74 |
| Binary | 11001110 | 1100011 | 10011000 | 0 | 110100 | 11010 | 10011 | 101001010 | 110100 | 111100 |
Color Harmonies of #CE6398
Complementary color
Monochromatic Colors of #CE6398
Black with #CE6398
Text Example
Text Example
White with #CE6398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6398; }
p { color: rgb(206,99,152); }
H1.HeaderClassName
{
color: #CE6398;
}
.AnyTagClassName
{
color: #CE6398;
}
</style>
background-color css
<style>
a { background-color: #CE6398; }
a { background-color: rgb(206,99,152); }
div.DivClassName
{
background-color: #CE6398;
}
.BgClassName
{
background-color: #CE6398;
}
</style>
border-color css
<style>
span { border-color: #CE6398; }
span { border-color: rgb(206,99,152); }
td.TdClassName
{
border-color: #CE6398;
}
.TagClassName
{
border-color: #CE6398;
}
</style>