Shades of Hopbush #CE5DA2
Tints of Hopbush #CE5DA2
RGB
CMYK
RGB Variations
Color information
#CE5DA2 (or 0xCE5DA2) is known color: Hopbush. HEX triplet: CE, 5D and A2. RGB value is (206,93,162). Sum of RGB (Red+Green+Blue) = 206+93+162=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5DA2 is #31A25D. Grayscale: #868686. Windows color (decimal): -3252830 or 10640846. OLE color: 10640846.
HSL color Cylindrical-coordinate representation of color #CE5DA2: hue angle of 323.36º 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 #CE5DA2 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 162 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.19 |
| HSL | 323.36º | 0.54% | 0.59% | - |
| HSV(B) | 323.36º | 0.55% | 0.81% | - |
| XYZ | 35.89 | 23.56 | 36.84 | - |
| YUV | 134.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 162 | 0 | 0.55 | 0.21 | 0.19 | 323.36 | 0.54 | 0.59 |
| Hex | CE | 5D | A2 | 0 | 37 | 15 | 13 | 143 | 36 | 3B |
| Octal | 316 | 135 | 242 | 0 | 67 | 25 | 23 | 503 | 66 | 73 |
| Binary | 11001110 | 1011101 | 10100010 | 0 | 110111 | 10101 | 10011 | 101000011 | 110110 | 111011 |
Color Harmonies of #CE5DA2
Complementary color
Monochromatic Colors of #CE5DA2
Black with #CE5DA2
Text Example
Text Example
White with #CE5DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DA2; }
p { color: rgb(206,93,162); }
H1.HeaderClassName
{
color: #CE5DA2;
}
.AnyTagClassName
{
color: #CE5DA2;
}
</style>
background-color css
<style>
a { background-color: #CE5DA2; }
a { background-color: rgb(206,93,162); }
div.DivClassName
{
background-color: #CE5DA2;
}
.BgClassName
{
background-color: #CE5DA2;
}
</style>
border-color css
<style>
span { border-color: #CE5DA2; }
span { border-color: rgb(206,93,162); }
td.TdClassName
{
border-color: #CE5DA2;
}
.TagClassName
{
border-color: #CE5DA2;
}
</style>