Shades of Lilac #C28BCD
Tints of Lilac #C28BCD
RGB
CMYK
RGB Variations
Color information
#C28BCD (or 0xC28BCD) is known color: Lilac. HEX triplet: C2, 8B and CD. RGB value is (194,139,205). Sum of RGB (Red+Green+Blue) = 194+139+205=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #C28BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BCD is #3D7432. Grayscale: #A2A2A2. Windows color (decimal): -4027443 or 13470658. OLE color: 13470658.
HSL color Cylindrical-coordinate representation of color #C28BCD: hue angle of 290º degrees, saturation: 0.4, 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 #C28BCD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 139 | 205 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.20 |
| HSL | 290º | 0.4% | 0.67% | - |
| HSV(B) | 290º | 0.32% | 0.8% | - |
| XYZ | 42.5 | 34.34 | 62.15 | - |
| YUV | 162.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 205 | 0.05 | 0.32 | 0 | 0.20 | 290 | 0.4 | 0.67 |
| Hex | C2 | 8B | CD | 5 | 20 | 0 | 14 | 122 | 28 | 43 |
| Octal | 302 | 213 | 315 | 5 | 40 | 0 | 24 | 442 | 50 | 103 |
| Binary | 11000010 | 10001011 | 11001101 | 101 | 100000 | 0 | 10100 | 100100010 | 101000 | 1000011 |
Color Harmonies of #C28BCD
Complementary color
Monochromatic Colors of #C28BCD
Black with #C28BCD
Text Example
Text Example
White with #C28BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BCD; }
p { color: rgb(194,139,205); }
H1.HeaderClassName
{
color: #C28BCD;
}
.AnyTagClassName
{
color: #C28BCD;
}
</style>
background-color css
<style>
a { background-color: #C28BCD; }
a { background-color: rgb(194,139,205); }
div.DivClassName
{
background-color: #C28BCD;
}
.BgClassName
{
background-color: #C28BCD;
}
</style>
border-color css
<style>
span { border-color: #C28BCD; }
span { border-color: rgb(194,139,205); }
td.TdClassName
{
border-color: #C28BCD;
}
.TagClassName
{
border-color: #C28BCD;
}
</style>