Shades of Lilac #C28AC1
Tints of Lilac #C28AC1
RGB
CMYK
RGB Variations
Color information
#C28AC1 (or 0xC28AC1) is known color: Lilac. HEX triplet: C2, 8A and C1. RGB value is (194,138,193). Sum of RGB (Red+Green+Blue) = 194+138+193=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C28AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AC1 is #3D753E. Grayscale: #A0A0A0. Windows color (decimal): -4027711 or 12683970. OLE color: 12683970.
HSL color Cylindrical-coordinate representation of color #C28AC1: hue angle of 301.07º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28AC1 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 193 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.24 |
| HSL | 301.07º | 0.31% | 0.65% | - |
| HSV(B) | 301.07º | 0.29% | 0.76% | - |
| XYZ | 40.96 | 33.5 | 54.76 | - |
| YUV | 161.01 | 146.05 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 193 | 0 | 0.29 | 0.01 | 0.24 | 301.07 | 0.31 | 0.65 |
| Hex | C2 | 8A | C1 | 0 | 1D | 1 | 18 | 12D | 1F | 41 |
| Octal | 302 | 212 | 301 | 0 | 35 | 1 | 30 | 455 | 37 | 101 |
| Binary | 11000010 | 10001010 | 11000001 | 0 | 11101 | 1 | 11000 | 100101101 | 11111 | 1000001 |
Color Harmonies of #C28AC1
Complementary color
Monochromatic Colors of #C28AC1
Black with #C28AC1
Text Example
Text Example
White with #C28AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AC1; }
p { color: rgb(194,138,193); }
H1.HeaderClassName
{
color: #C28AC1;
}
.AnyTagClassName
{
color: #C28AC1;
}
</style>
background-color css
<style>
a { background-color: #C28AC1; }
a { background-color: rgb(194,138,193); }
div.DivClassName
{
background-color: #C28AC1;
}
.BgClassName
{
background-color: #C28AC1;
}
</style>
border-color css
<style>
span { border-color: #C28AC1; }
span { border-color: rgb(194,138,193); }
td.TdClassName
{
border-color: #C28AC1;
}
.TagClassName
{
border-color: #C28AC1;
}
</style>