Shades of Lilac #C28CC0
Tints of Lilac #C28CC0
RGB
CMYK
RGB Variations
Color information
#C28CC0 (or 0xC28CC0) is known color: Lilac. HEX triplet: C2, 8C and C0. RGB value is (194,140,192). Sum of RGB (Red+Green+Blue) = 194+140+192=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CC0 is #3D733F. Grayscale: #A1A1A1. Windows color (decimal): -4027200 or 12618946. OLE color: 12618946.
HSL color Cylindrical-coordinate representation of color #C28CC0: hue angle of 302.22º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28CC0 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 192 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.24 |
| HSL | 302.22º | 0.31% | 0.65% | - |
| HSV(B) | 302.22º | 0.28% | 0.76% | - |
| XYZ | 41.14 | 34.03 | 54.27 | - |
| YUV | 162.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 192 | 0 | 0.28 | 0.01 | 0.24 | 302.22 | 0.31 | 0.65 |
| Hex | C2 | 8C | C0 | 0 | 1C | 1 | 18 | 12E | 1F | 41 |
| Octal | 302 | 214 | 300 | 0 | 34 | 1 | 30 | 456 | 37 | 101 |
| Binary | 11000010 | 10001100 | 11000000 | 0 | 11100 | 1 | 11000 | 100101110 | 11111 | 1000001 |
Color Harmonies of #C28CC0
Complementary color
Monochromatic Colors of #C28CC0
Black with #C28CC0
Text Example
Text Example
White with #C28CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CC0; }
p { color: rgb(194,140,192); }
H1.HeaderClassName
{
color: #C28CC0;
}
.AnyTagClassName
{
color: #C28CC0;
}
</style>
background-color css
<style>
a { background-color: #C28CC0; }
a { background-color: rgb(194,140,192); }
div.DivClassName
{
background-color: #C28CC0;
}
.BgClassName
{
background-color: #C28CC0;
}
</style>
border-color css
<style>
span { border-color: #C28CC0; }
span { border-color: rgb(194,140,192); }
td.TdClassName
{
border-color: #C28CC0;
}
.TagClassName
{
border-color: #C28CC0;
}
</style>