Shades of Lily #CE83BC
Tints of Lily #CE83BC
RGB
CMYK
RGB Variations
Color information
#CE83BC (or 0xCE83BC) is known color: Lily. HEX triplet: CE, 83 and BC. RGB value is (206,131,188). Sum of RGB (Red+Green+Blue) = 206+131+188=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83BC is #317C43. Grayscale: #9F9F9F. Windows color (decimal): -3243076 or 12354510. OLE color: 12354510.
HSL color Cylindrical-coordinate representation of color #CE83BC: hue angle of 314.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE83BC is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 188 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.19 |
| HSL | 314.4º | 0.43% | 0.66% | - |
| HSV(B) | 314.4º | 0.36% | 0.81% | - |
| XYZ | 42.65 | 32.99 | 51.7 | - |
| YUV | 159.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 188 | 0 | 0.36 | 0.09 | 0.19 | 314.4 | 0.43 | 0.66 |
| Hex | CE | 83 | BC | 0 | 24 | 9 | 13 | 13A | 2B | 42 |
| Octal | 316 | 203 | 274 | 0 | 44 | 11 | 23 | 472 | 53 | 102 |
| Binary | 11001110 | 10000011 | 10111100 | 0 | 100100 | 1001 | 10011 | 100111010 | 101011 | 1000010 |
Color Harmonies of #CE83BC
Complementary color
Monochromatic Colors of #CE83BC
Black with #CE83BC
Text Example
Text Example
White with #CE83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83BC; }
p { color: rgb(206,131,188); }
H1.HeaderClassName
{
color: #CE83BC;
}
.AnyTagClassName
{
color: #CE83BC;
}
</style>
background-color css
<style>
a { background-color: #CE83BC; }
a { background-color: rgb(206,131,188); }
div.DivClassName
{
background-color: #CE83BC;
}
.BgClassName
{
background-color: #CE83BC;
}
</style>
border-color css
<style>
span { border-color: #CE83BC; }
span { border-color: rgb(206,131,188); }
td.TdClassName
{
border-color: #CE83BC;
}
.TagClassName
{
border-color: #CE83BC;
}
</style>