Shades of Lilac #C28CCA
Tints of Lilac #C28CCA
RGB
CMYK
RGB Variations
Color information
#C28CCA (or 0xC28CCA) is known color: Lilac. HEX triplet: C2, 8C and CA. RGB value is (194,140,202). Sum of RGB (Red+Green+Blue) = 194+140+202=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 202 - color contains mainly: blue. Hex color #C28CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CCA is #3D7335. Grayscale: #A3A3A3. Windows color (decimal): -4027190 or 13274306. OLE color: 13274306.
HSL color Cylindrical-coordinate representation of color #C28CCA: hue angle of 292.26º 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 #C28CCA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 140 | 202 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.21 |
| HSL | 292.26º | 0.37% | 0.67% | - |
| HSV(B) | 292.26º | 0.31% | 0.79% | - |
| XYZ | 42.29 | 34.49 | 60.31 | - |
| YUV | 163.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 202 | 0.04 | 0.31 | 0 | 0.21 | 292.26 | 0.37 | 0.67 |
| Hex | C2 | 8C | CA | 4 | 1F | 0 | 15 | 124 | 25 | 43 |
| Octal | 302 | 214 | 312 | 4 | 37 | 0 | 25 | 444 | 45 | 103 |
| Binary | 11000010 | 10001100 | 11001010 | 100 | 11111 | 0 | 10101 | 100100100 | 100101 | 1000011 |
Color Harmonies of #C28CCA
Complementary color
Monochromatic Colors of #C28CCA
Black with #C28CCA
Text Example
Text Example
White with #C28CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CCA; }
p { color: rgb(194,140,202); }
H1.HeaderClassName
{
color: #C28CCA;
}
.AnyTagClassName
{
color: #C28CCA;
}
</style>
background-color css
<style>
a { background-color: #C28CCA; }
a { background-color: rgb(194,140,202); }
div.DivClassName
{
background-color: #C28CCA;
}
.BgClassName
{
background-color: #C28CCA;
}
</style>
border-color css
<style>
span { border-color: #C28CCA; }
span { border-color: rgb(194,140,202); }
td.TdClassName
{
border-color: #C28CCA;
}
.TagClassName
{
border-color: #C28CCA;
}
</style>