Shades of Lilac #C28BBE
Tints of Lilac #C28BBE
RGB
CMYK
RGB Variations
Color information
#C28BBE (or 0xC28BBE) is known color: Lilac. HEX triplet: C2, 8B and BE. RGB value is (194,139,190). Sum of RGB (Red+Green+Blue) = 194+139+190=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BBE is #3D7441. Grayscale: #A1A1A1. Windows color (decimal): -4027458 or 12487618. OLE color: 12487618.
HSL color Cylindrical-coordinate representation of color #C28BBE: hue angle of 304.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28BBE is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 190 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.24 |
| HSL | 304.36º | 0.31% | 0.65% | - |
| HSV(B) | 304.36º | 0.28% | 0.76% | - |
| XYZ | 40.78 | 33.65 | 53.06 | - |
| YUV | 161.26 | 144.22 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 190 | 0 | 0.28 | 0.02 | 0.24 | 304.36 | 0.31 | 0.65 |
| Hex | C2 | 8B | BE | 0 | 1C | 2 | 18 | 130 | 1F | 41 |
| Octal | 302 | 213 | 276 | 0 | 34 | 2 | 30 | 460 | 37 | 101 |
| Binary | 11000010 | 10001011 | 10111110 | 0 | 11100 | 10 | 11000 | 100110000 | 11111 | 1000001 |
Color Harmonies of #C28BBE
Complementary color
Monochromatic Colors of #C28BBE
Black with #C28BBE
Text Example
Text Example
White with #C28BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BBE; }
p { color: rgb(194,139,190); }
H1.HeaderClassName
{
color: #C28BBE;
}
.AnyTagClassName
{
color: #C28BBE;
}
</style>
background-color css
<style>
a { background-color: #C28BBE; }
a { background-color: rgb(194,139,190); }
div.DivClassName
{
background-color: #C28BBE;
}
.BgClassName
{
background-color: #C28BBE;
}
</style>
border-color css
<style>
span { border-color: #C28BBE; }
span { border-color: rgb(194,139,190); }
td.TdClassName
{
border-color: #C28BBE;
}
.TagClassName
{
border-color: #C28BBE;
}
</style>