Shades of Lilac #C28FC3
Tints of Lilac #C28FC3
RGB
CMYK
RGB Variations
Color information
#C28FC3 (or 0xC28FC3) is known color: Lilac. HEX triplet: C2, 8F and C3. RGB value is (194,143,195). Sum of RGB (Red+Green+Blue) = 194+143+195=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 195 - color contains mainly: blue. Hex color #C28FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FC3 is #3D703C. Grayscale: #A4A4A4. Windows color (decimal): -4026429 or 12816322. OLE color: 12816322.
HSL color Cylindrical-coordinate representation of color #C28FC3: hue angle of 298.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28FC3 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 195 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.24 |
| HSL | 298.85º | 0.3% | 0.66% | - |
| HSV(B) | 298.85º | 0.27% | 0.76% | - |
| XYZ | 41.92 | 35.05 | 56.19 | - |
| YUV | 164.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 195 | 0.01 | 0.27 | 0 | 0.24 | 298.85 | 0.3 | 0.66 |
| Hex | C2 | 8F | C3 | 1 | 1B | 0 | 18 | 12B | 1E | 42 |
| Octal | 302 | 217 | 303 | 1 | 33 | 0 | 30 | 453 | 36 | 102 |
| Binary | 11000010 | 10001111 | 11000011 | 1 | 11011 | 0 | 11000 | 100101011 | 11110 | 1000010 |
Color Harmonies of #C28FC3
Complementary color
Monochromatic Colors of #C28FC3
Black with #C28FC3
Text Example
Text Example
White with #C28FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FC3; }
p { color: rgb(194,143,195); }
H1.HeaderClassName
{
color: #C28FC3;
}
.AnyTagClassName
{
color: #C28FC3;
}
</style>
background-color css
<style>
a { background-color: #C28FC3; }
a { background-color: rgb(194,143,195); }
div.DivClassName
{
background-color: #C28FC3;
}
.BgClassName
{
background-color: #C28FC3;
}
</style>
border-color css
<style>
span { border-color: #C28FC3; }
span { border-color: rgb(194,143,195); }
td.TdClassName
{
border-color: #C28FC3;
}
.TagClassName
{
border-color: #C28FC3;
}
</style>