Shades of Lily #C28EB7
Tints of Lily #C28EB7
RGB
CMYK
RGB Variations
Color information
#C28EB7 (or 0xC28EB7) is known color: Lily. HEX triplet: C2, 8E and B7. RGB value is (194,142,183). Sum of RGB (Red+Green+Blue) = 194+142+183=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EB7 is #3D7148. Grayscale: #A2A2A2. Windows color (decimal): -4026697 or 12029634. OLE color: 12029634.
HSL color Cylindrical-coordinate representation of color #C28EB7: hue angle of 312.69º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28EB7 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 183 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.24 |
| HSL | 312.69º | 0.3% | 0.66% | - |
| HSV(B) | 312.69º | 0.27% | 0.76% | - |
| XYZ | 40.47 | 34.23 | 49.27 | - |
| YUV | 162.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 183 | 0 | 0.27 | 0.06 | 0.24 | 312.69 | 0.3 | 0.66 |
| Hex | C2 | 8E | B7 | 0 | 1B | 6 | 18 | 139 | 1E | 42 |
| Octal | 302 | 216 | 267 | 0 | 33 | 6 | 30 | 471 | 36 | 102 |
| Binary | 11000010 | 10001110 | 10110111 | 0 | 11011 | 110 | 11000 | 100111001 | 11110 | 1000010 |
Color Harmonies of #C28EB7
Complementary color
Monochromatic Colors of #C28EB7
Black with #C28EB7
Text Example
Text Example
White with #C28EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EB7; }
p { color: rgb(194,142,183); }
H1.HeaderClassName
{
color: #C28EB7;
}
.AnyTagClassName
{
color: #C28EB7;
}
</style>
background-color css
<style>
a { background-color: #C28EB7; }
a { background-color: rgb(194,142,183); }
div.DivClassName
{
background-color: #C28EB7;
}
.BgClassName
{
background-color: #C28EB7;
}
</style>
border-color css
<style>
span { border-color: #C28EB7; }
span { border-color: rgb(194,142,183); }
td.TdClassName
{
border-color: #C28EB7;
}
.TagClassName
{
border-color: #C28EB7;
}
</style>