Shades of Hopbush #CE5CA2
Tints of Hopbush #CE5CA2
RGB
CMYK
RGB Variations
Color information
#CE5CA2 (or 0xCE5CA2) is known color: Hopbush. HEX triplet: CE, 5C and A2. RGB value is (206,92,162). Sum of RGB (Red+Green+Blue) = 206+92+162=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5CA2 is #31A35D. Grayscale: #858585. Windows color (decimal): -3253086 or 10640590. OLE color: 10640590.
HSL color Cylindrical-coordinate representation of color #CE5CA2: hue angle of 323.16º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5CA2 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 162 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.19 |
| HSL | 323.16º | 0.54% | 0.58% | - |
| HSV(B) | 323.16º | 0.55% | 0.81% | - |
| XYZ | 35.8 | 23.38 | 36.81 | - |
| YUV | 134.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 162 | 0 | 0.55 | 0.21 | 0.19 | 323.16 | 0.54 | 0.58 |
| Hex | CE | 5C | A2 | 0 | 37 | 15 | 13 | 143 | 36 | 3A |
| Octal | 316 | 134 | 242 | 0 | 67 | 25 | 23 | 503 | 66 | 72 |
| Binary | 11001110 | 1011100 | 10100010 | 0 | 110111 | 10101 | 10011 | 101000011 | 110110 | 111010 |
Color Harmonies of #CE5CA2
Complementary color
Monochromatic Colors of #CE5CA2
Black with #CE5CA2
Text Example
Text Example
White with #CE5CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CA2; }
p { color: rgb(206,92,162); }
H1.HeaderClassName
{
color: #CE5CA2;
}
.AnyTagClassName
{
color: #CE5CA2;
}
</style>
background-color css
<style>
a { background-color: #CE5CA2; }
a { background-color: rgb(206,92,162); }
div.DivClassName
{
background-color: #CE5CA2;
}
.BgClassName
{
background-color: #CE5CA2;
}
</style>
border-color css
<style>
span { border-color: #CE5CA2; }
span { border-color: rgb(206,92,162); }
td.TdClassName
{
border-color: #CE5CA2;
}
.TagClassName
{
border-color: #CE5CA2;
}
</style>