Shades of Lilac #C28FCC
Tints of Lilac #C28FCC
RGB
CMYK
RGB Variations
Color information
#C28FCC (or 0xC28FCC) is known color: Lilac. HEX triplet: C2, 8F and CC. RGB value is (194,143,204). Sum of RGB (Red+Green+Blue) = 194+143+204=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #C28FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FCC is #3D7033. Grayscale: #A5A5A5. Windows color (decimal): -4026420 or 13406146. OLE color: 13406146.
HSL color Cylindrical-coordinate representation of color #C28FCC: hue angle of 290.16º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28FCC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 143 | 204 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.2 |
| HSL | 290.16º | 0.37% | 0.68% | - |
| HSV(B) | 290.16º | 0.3% | 0.8% | - |
| XYZ | 42.97 | 35.47 | 61.71 | - |
| YUV | 165.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 204 | 0.05 | 0.30 | 0 | 0.2 | 290.16 | 0.37 | 0.68 |
| Hex | C2 | 8F | CC | 5 | 1E | 0 | 14 | 122 | 25 | 44 |
| Octal | 302 | 217 | 314 | 5 | 36 | 0 | 24 | 442 | 45 | 104 |
| Binary | 11000010 | 10001111 | 11001100 | 101 | 11110 | 0 | 10100 | 100100010 | 100101 | 1000100 |
Color Harmonies of #C28FCC
Complementary color
Monochromatic Colors of #C28FCC
Black with #C28FCC
Text Example
Text Example
White with #C28FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FCC; }
p { color: rgb(194,143,204); }
H1.HeaderClassName
{
color: #C28FCC;
}
.AnyTagClassName
{
color: #C28FCC;
}
</style>
background-color css
<style>
a { background-color: #C28FCC; }
a { background-color: rgb(194,143,204); }
div.DivClassName
{
background-color: #C28FCC;
}
.BgClassName
{
background-color: #C28FCC;
}
</style>
border-color css
<style>
span { border-color: #C28FCC; }
span { border-color: rgb(194,143,204); }
td.TdClassName
{
border-color: #C28FCC;
}
.TagClassName
{
border-color: #C28FCC;
}
</style>