Shades of Lilac #C28CBE
Tints of Lilac #C28CBE
RGB
CMYK
RGB Variations
Color information
#C28CBE (or 0xC28CBE) is known color: Lilac. HEX triplet: C2, 8C and BE. RGB value is (194,140,190). Sum of RGB (Red+Green+Blue) = 194+140+190=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CBE is #3D7341. Grayscale: #A1A1A1. Windows color (decimal): -4027202 or 12487874. OLE color: 12487874.
HSL color Cylindrical-coordinate representation of color #C28CBE: hue angle of 304.44º 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 #C28CBE is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 190 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.24 |
| HSL | 304.44º | 0.31% | 0.65% | - |
| HSV(B) | 304.44º | 0.28% | 0.76% | - |
| XYZ | 40.92 | 33.94 | 53.11 | - |
| YUV | 161.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 190 | 0 | 0.28 | 0.02 | 0.24 | 304.44 | 0.31 | 0.65 |
| Hex | C2 | 8C | BE | 0 | 1C | 2 | 18 | 130 | 1F | 41 |
| Octal | 302 | 214 | 276 | 0 | 34 | 2 | 30 | 460 | 37 | 101 |
| Binary | 11000010 | 10001100 | 10111110 | 0 | 11100 | 10 | 11000 | 100110000 | 11111 | 1000001 |
Color Harmonies of #C28CBE
Complementary color
Monochromatic Colors of #C28CBE
Black with #C28CBE
Text Example
Text Example
White with #C28CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CBE; }
p { color: rgb(194,140,190); }
H1.HeaderClassName
{
color: #C28CBE;
}
.AnyTagClassName
{
color: #C28CBE;
}
</style>
background-color css
<style>
a { background-color: #C28CBE; }
a { background-color: rgb(194,140,190); }
div.DivClassName
{
background-color: #C28CBE;
}
.BgClassName
{
background-color: #C28CBE;
}
</style>
border-color css
<style>
span { border-color: #C28CBE; }
span { border-color: rgb(194,140,190); }
td.TdClassName
{
border-color: #C28CBE;
}
.TagClassName
{
border-color: #C28CBE;
}
</style>