Shades of Hopbush #CE5CA4
Tints of Hopbush #CE5CA4
RGB
CMYK
RGB Variations
Color information
#CE5CA4 (or 0xCE5CA4) is known color: Hopbush. HEX triplet: CE, 5C and A4. RGB value is (206,92,164). Sum of RGB (Red+Green+Blue) = 206+92+164=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5CA4 is #31A35B. Grayscale: #868686. Windows color (decimal): -3253084 or 10771662. OLE color: 10771662.
HSL color Cylindrical-coordinate representation of color #CE5CA4: hue angle of 322.11º 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 #CE5CA4 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 164 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.19 |
| HSL | 322.11º | 0.54% | 0.58% | - |
| HSV(B) | 322.11º | 0.55% | 0.81% | - |
| XYZ | 35.98 | 23.46 | 37.75 | - |
| YUV | 134.29 | 144.77 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 164 | 0 | 0.55 | 0.20 | 0.19 | 322.11 | 0.54 | 0.58 |
| Hex | CE | 5C | A4 | 0 | 37 | 14 | 13 | 142 | 36 | 3A |
| Octal | 316 | 134 | 244 | 0 | 67 | 24 | 23 | 502 | 66 | 72 |
| Binary | 11001110 | 1011100 | 10100100 | 0 | 110111 | 10100 | 10011 | 101000010 | 110110 | 111010 |
Color Harmonies of #CE5CA4
Complementary color
Monochromatic Colors of #CE5CA4
Black with #CE5CA4
Text Example
Text Example
White with #CE5CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CA4; }
p { color: rgb(206,92,164); }
H1.HeaderClassName
{
color: #CE5CA4;
}
.AnyTagClassName
{
color: #CE5CA4;
}
</style>
background-color css
<style>
a { background-color: #CE5CA4; }
a { background-color: rgb(206,92,164); }
div.DivClassName
{
background-color: #CE5CA4;
}
.BgClassName
{
background-color: #CE5CA4;
}
</style>
border-color css
<style>
span { border-color: #CE5CA4; }
span { border-color: rgb(206,92,164); }
td.TdClassName
{
border-color: #CE5CA4;
}
.TagClassName
{
border-color: #CE5CA4;
}
</style>