Shades of Lilac #C28CC6
Tints of Lilac #C28CC6
RGB
CMYK
RGB Variations
Color information
#C28CC6 (or 0xC28CC6) is known color: Lilac. HEX triplet: C2, 8C and C6. RGB value is (194,140,198). Sum of RGB (Red+Green+Blue) = 194+140+198=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #C28CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CC6 is #3D7339. Grayscale: #A2A2A2. Windows color (decimal): -4027194 or 13012162. OLE color: 13012162.
HSL color Cylindrical-coordinate representation of color #C28CC6: hue angle of 295.86º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28CC6 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 140 | 198 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.22 |
| HSL | 295.86º | 0.34% | 0.66% | - |
| HSV(B) | 295.86º | 0.29% | 0.78% | - |
| XYZ | 41.82 | 34.3 | 57.84 | - |
| YUV | 162.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 198 | 0.02 | 0.29 | 0 | 0.22 | 295.86 | 0.34 | 0.66 |
| Hex | C2 | 8C | C6 | 2 | 1D | 0 | 16 | 128 | 22 | 42 |
| Octal | 302 | 214 | 306 | 2 | 35 | 0 | 26 | 450 | 42 | 102 |
| Binary | 11000010 | 10001100 | 11000110 | 10 | 11101 | 0 | 10110 | 100101000 | 100010 | 1000010 |
Color Harmonies of #C28CC6
Complementary color
Monochromatic Colors of #C28CC6
Black with #C28CC6
Text Example
Text Example
White with #C28CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CC6; }
p { color: rgb(194,140,198); }
H1.HeaderClassName
{
color: #C28CC6;
}
.AnyTagClassName
{
color: #C28CC6;
}
</style>
background-color css
<style>
a { background-color: #C28CC6; }
a { background-color: rgb(194,140,198); }
div.DivClassName
{
background-color: #C28CC6;
}
.BgClassName
{
background-color: #C28CC6;
}
</style>
border-color css
<style>
span { border-color: #C28CC6; }
span { border-color: rgb(194,140,198); }
td.TdClassName
{
border-color: #C28CC6;
}
.TagClassName
{
border-color: #C28CC6;
}
</style>