Shades of Hopbush #CE65AB
Tints of Hopbush #CE65AB
RGB
CMYK
RGB Variations
Color information
#CE65AB (or 0xCE65AB) is known color: Hopbush. HEX triplet: CE, 65 and AB. RGB value is (206,101,171). Sum of RGB (Red+Green+Blue) = 206+101+171=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE65AB is #319A54. Grayscale: #8C8C8C. Windows color (decimal): -3250773 or 11232718. OLE color: 11232718.
HSL color Cylindrical-coordinate representation of color #CE65AB: hue angle of 320º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE65AB is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 171 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.19 |
| HSL | 320º | 0.52% | 0.6% | - |
| HSV(B) | 320º | 0.51% | 0.81% | - |
| XYZ | 37.46 | 25.37 | 41.45 | - |
| YUV | 140.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 171 | 0 | 0.51 | 0.17 | 0.19 | 320 | 0.52 | 0.6 |
| Hex | CE | 65 | AB | 0 | 33 | 11 | 13 | 140 | 34 | 3C |
| Octal | 316 | 145 | 253 | 0 | 63 | 21 | 23 | 500 | 64 | 74 |
| Binary | 11001110 | 1100101 | 10101011 | 0 | 110011 | 10001 | 10011 | 101000000 | 110100 | 111100 |
Color Harmonies of #CE65AB
Complementary color
Monochromatic Colors of #CE65AB
Black with #CE65AB
Text Example
Text Example
White with #CE65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65AB; }
p { color: rgb(206,101,171); }
H1.HeaderClassName
{
color: #CE65AB;
}
.AnyTagClassName
{
color: #CE65AB;
}
</style>
background-color css
<style>
a { background-color: #CE65AB; }
a { background-color: rgb(206,101,171); }
div.DivClassName
{
background-color: #CE65AB;
}
.BgClassName
{
background-color: #CE65AB;
}
</style>
border-color css
<style>
span { border-color: #CE65AB; }
span { border-color: rgb(206,101,171); }
td.TdClassName
{
border-color: #CE65AB;
}
.TagClassName
{
border-color: #CE65AB;
}
</style>