Shades of Lily #CE7FB4
Tints of Lily #CE7FB4
RGB
CMYK
RGB Variations
Color information
#CE7FB4 (or 0xCE7FB4) is known color: Lily. HEX triplet: CE, 7F and B4. RGB value is (206,127,180). Sum of RGB (Red+Green+Blue) = 206+127+180=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FB4 is #31804B. Grayscale: #9C9C9C. Windows color (decimal): -3244108 or 11829198. OLE color: 11829198.
HSL color Cylindrical-coordinate representation of color #CE7FB4: hue angle of 319.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE7FB4 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 127 | 180 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.19 |
| HSL | 319.75º | 0.45% | 0.65% | - |
| HSV(B) | 319.75º | 0.38% | 0.81% | - |
| XYZ | 41.28 | 31.6 | 47.1 | - |
| YUV | 156.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 180 | 0 | 0.38 | 0.13 | 0.19 | 319.75 | 0.45 | 0.65 |
| Hex | CE | 7F | B4 | 0 | 26 | D | 13 | 140 | 2D | 41 |
| Octal | 316 | 177 | 264 | 0 | 46 | 15 | 23 | 500 | 55 | 101 |
| Binary | 11001110 | 1111111 | 10110100 | 0 | 100110 | 1101 | 10011 | 101000000 | 101101 | 1000001 |
Color Harmonies of #CE7FB4
Complementary color
Monochromatic Colors of #CE7FB4
Black with #CE7FB4
Text Example
Text Example
White with #CE7FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FB4; }
p { color: rgb(206,127,180); }
H1.HeaderClassName
{
color: #CE7FB4;
}
.AnyTagClassName
{
color: #CE7FB4;
}
</style>
background-color css
<style>
a { background-color: #CE7FB4; }
a { background-color: rgb(206,127,180); }
div.DivClassName
{
background-color: #CE7FB4;
}
.BgClassName
{
background-color: #CE7FB4;
}
</style>
border-color css
<style>
span { border-color: #CE7FB4; }
span { border-color: rgb(206,127,180); }
td.TdClassName
{
border-color: #CE7FB4;
}
.TagClassName
{
border-color: #CE7FB4;
}
</style>