Shades of Hopbush #CE5DA3
Tints of Hopbush #CE5DA3
RGB
CMYK
RGB Variations
Color information
#CE5DA3 (or 0xCE5DA3) is known color: Hopbush. HEX triplet: CE, 5D and A3. RGB value is (206,93,163). Sum of RGB (Red+Green+Blue) = 206+93+163=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5DA3 is #31A25C. Grayscale: #868686. Windows color (decimal): -3252829 or 10706382. OLE color: 10706382.
HSL color Cylindrical-coordinate representation of color #CE5DA3: hue angle of 322.83º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5DA3 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 163 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.19 |
| HSL | 322.83º | 0.54% | 0.59% | - |
| HSV(B) | 322.83º | 0.55% | 0.81% | - |
| XYZ | 35.98 | 23.59 | 37.31 | - |
| YUV | 134.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 163 | 0 | 0.55 | 0.21 | 0.19 | 322.83 | 0.54 | 0.59 |
| Hex | CE | 5D | A3 | 0 | 37 | 15 | 13 | 143 | 36 | 3B |
| Octal | 316 | 135 | 243 | 0 | 67 | 25 | 23 | 503 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10100011 | 0 | 110111 | 10101 | 10011 | 101000011 | 110110 | 111011 |
Color Harmonies of #CE5DA3
Complementary color
Monochromatic Colors of #CE5DA3
Black with #CE5DA3
Text Example
Text Example
White with #CE5DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DA3; }
p { color: rgb(206,93,163); }
H1.HeaderClassName
{
color: #CE5DA3;
}
.AnyTagClassName
{
color: #CE5DA3;
}
</style>
background-color css
<style>
a { background-color: #CE5DA3; }
a { background-color: rgb(206,93,163); }
div.DivClassName
{
background-color: #CE5DA3;
}
.BgClassName
{
background-color: #CE5DA3;
}
</style>
border-color css
<style>
span { border-color: #CE5DA3; }
span { border-color: rgb(206,93,163); }
td.TdClassName
{
border-color: #CE5DA3;
}
.TagClassName
{
border-color: #CE5DA3;
}
</style>