Shades of Lilac #C28BCC
Tints of Lilac #C28BCC
RGB
CMYK
RGB Variations
Color information
#C28BCC (or 0xC28BCC) is known color: Lilac. HEX triplet: C2, 8B and CC. RGB value is (194,139,204). Sum of RGB (Red+Green+Blue) = 194+139+204=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #C28BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BCC is #3D7433. Grayscale: #A2A2A2. Windows color (decimal): -4027444 or 13405122. OLE color: 13405122.
HSL color Cylindrical-coordinate representation of color #C28BCC: hue angle of 290.77º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28BCC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 139 | 204 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.2 |
| HSL | 290.77º | 0.39% | 0.67% | - |
| HSV(B) | 290.77º | 0.32% | 0.8% | - |
| XYZ | 42.38 | 34.29 | 61.51 | - |
| YUV | 162.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 204 | 0.05 | 0.32 | 0 | 0.2 | 290.77 | 0.39 | 0.67 |
| Hex | C2 | 8B | CC | 5 | 20 | 0 | 14 | 123 | 27 | 43 |
| Octal | 302 | 213 | 314 | 5 | 40 | 0 | 24 | 443 | 47 | 103 |
| Binary | 11000010 | 10001011 | 11001100 | 101 | 100000 | 0 | 10100 | 100100011 | 100111 | 1000011 |
Color Harmonies of #C28BCC
Complementary color
Monochromatic Colors of #C28BCC
Black with #C28BCC
Text Example
Text Example
White with #C28BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BCC; }
p { color: rgb(194,139,204); }
H1.HeaderClassName
{
color: #C28BCC;
}
.AnyTagClassName
{
color: #C28BCC;
}
</style>
background-color css
<style>
a { background-color: #C28BCC; }
a { background-color: rgb(194,139,204); }
div.DivClassName
{
background-color: #C28BCC;
}
.BgClassName
{
background-color: #C28BCC;
}
</style>
border-color css
<style>
span { border-color: #C28BCC; }
span { border-color: rgb(194,139,204); }
td.TdClassName
{
border-color: #C28BCC;
}
.TagClassName
{
border-color: #C28BCC;
}
</style>