Shades of Lilac #C28BCA
Tints of Lilac #C28BCA
RGB
CMYK
RGB Variations
Color information
#C28BCA (or 0xC28BCA) is known color: Lilac. HEX triplet: C2, 8B and CA. RGB value is (194,139,202). Sum of RGB (Red+Green+Blue) = 194+139+202=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #C28BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BCA is #3D7435. Grayscale: #A2A2A2. Windows color (decimal): -4027446 or 13274050. OLE color: 13274050.
HSL color Cylindrical-coordinate representation of color #C28BCA: hue angle of 292.38º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28BCA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 139 | 202 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.21 |
| HSL | 292.38º | 0.37% | 0.67% | - |
| HSV(B) | 292.38º | 0.31% | 0.79% | - |
| XYZ | 42.14 | 34.2 | 60.26 | - |
| YUV | 162.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 202 | 0.04 | 0.31 | 0 | 0.21 | 292.38 | 0.37 | 0.67 |
| Hex | C2 | 8B | CA | 4 | 1F | 0 | 15 | 124 | 25 | 43 |
| Octal | 302 | 213 | 312 | 4 | 37 | 0 | 25 | 444 | 45 | 103 |
| Binary | 11000010 | 10001011 | 11001010 | 100 | 11111 | 0 | 10101 | 100100100 | 100101 | 1000011 |
Color Harmonies of #C28BCA
Complementary color
Monochromatic Colors of #C28BCA
Black with #C28BCA
Text Example
Text Example
White with #C28BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BCA; }
p { color: rgb(194,139,202); }
H1.HeaderClassName
{
color: #C28BCA;
}
.AnyTagClassName
{
color: #C28BCA;
}
</style>
background-color css
<style>
a { background-color: #C28BCA; }
a { background-color: rgb(194,139,202); }
div.DivClassName
{
background-color: #C28BCA;
}
.BgClassName
{
background-color: #C28BCA;
}
</style>
border-color css
<style>
span { border-color: #C28BCA; }
span { border-color: rgb(194,139,202); }
td.TdClassName
{
border-color: #C28BCA;
}
.TagClassName
{
border-color: #C28BCA;
}
</style>