Shades of Hopbush #CE66AD
Tints of Hopbush #CE66AD
RGB
CMYK
RGB Variations
Color information
#CE66AD (or 0xCE66AD) is known color: Hopbush. HEX triplet: CE, 66 and AD. RGB value is (206,102,173). Sum of RGB (Red+Green+Blue) = 206+102+173=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE66AD is #319952. Grayscale: #8D8D8D. Windows color (decimal): -3250515 or 11364046. OLE color: 11364046.
HSL color Cylindrical-coordinate representation of color #CE66AD: hue angle of 319.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE66AD is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 173 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.19 |
| HSL | 319.04º | 0.51% | 0.6% | - |
| HSV(B) | 319.04º | 0.5% | 0.81% | - |
| XYZ | 37.75 | 25.64 | 42.49 | - |
| YUV | 141.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 173 | 0 | 0.50 | 0.16 | 0.19 | 319.04 | 0.51 | 0.6 |
| Hex | CE | 66 | AD | 0 | 32 | 10 | 13 | 13F | 33 | 3C |
| Octal | 316 | 146 | 255 | 0 | 62 | 20 | 23 | 477 | 63 | 74 |
| Binary | 11001110 | 1100110 | 10101101 | 0 | 110010 | 10000 | 10011 | 100111111 | 110011 | 111100 |
Color Harmonies of #CE66AD
Complementary color
Monochromatic Colors of #CE66AD
Black with #CE66AD
Text Example
Text Example
White with #CE66AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66AD; }
p { color: rgb(206,102,173); }
H1.HeaderClassName
{
color: #CE66AD;
}
.AnyTagClassName
{
color: #CE66AD;
}
</style>
background-color css
<style>
a { background-color: #CE66AD; }
a { background-color: rgb(206,102,173); }
div.DivClassName
{
background-color: #CE66AD;
}
.BgClassName
{
background-color: #CE66AD;
}
</style>
border-color css
<style>
span { border-color: #CE66AD; }
span { border-color: rgb(206,102,173); }
td.TdClassName
{
border-color: #CE66AD;
}
.TagClassName
{
border-color: #CE66AD;
}
</style>