Shades of Lily #C28EAA
Tints of Lily #C28EAA
RGB
CMYK
RGB Variations
Color information
#C28EAA (or 0xC28EAA) is known color: Lily. HEX triplet: C2, 8E and AA. RGB value is (194,142,170). Sum of RGB (Red+Green+Blue) = 194+142+170=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EAA is #3D7155. Grayscale: #A0A0A0. Windows color (decimal): -4026710 or 11177666. OLE color: 11177666.
HSL color Cylindrical-coordinate representation of color #C28EAA: hue angle of 327.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 #C28EAA is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 170 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.24 |
| HSL | 327.69º | 0.3% | 0.66% | - |
| HSV(B) | 327.69º | 0.27% | 0.76% | - |
| XYZ | 39.18 | 33.72 | 42.47 | - |
| YUV | 160.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 170 | 0 | 0.27 | 0.12 | 0.24 | 327.69 | 0.3 | 0.66 |
| Hex | C2 | 8E | AA | 0 | 1B | C | 18 | 148 | 1E | 42 |
| Octal | 302 | 216 | 252 | 0 | 33 | 14 | 30 | 510 | 36 | 102 |
| Binary | 11000010 | 10001110 | 10101010 | 0 | 11011 | 1100 | 11000 | 101001000 | 11110 | 1000010 |
Color Harmonies of #C28EAA
Complementary color
Monochromatic Colors of #C28EAA
Black with #C28EAA
Text Example
Text Example
White with #C28EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EAA; }
p { color: rgb(194,142,170); }
H1.HeaderClassName
{
color: #C28EAA;
}
.AnyTagClassName
{
color: #C28EAA;
}
</style>
background-color css
<style>
a { background-color: #C28EAA; }
a { background-color: rgb(194,142,170); }
div.DivClassName
{
background-color: #C28EAA;
}
.BgClassName
{
background-color: #C28EAA;
}
</style>
border-color css
<style>
span { border-color: #C28EAA; }
span { border-color: rgb(194,142,170); }
td.TdClassName
{
border-color: #C28EAA;
}
.TagClassName
{
border-color: #C28EAA;
}
</style>