Shades of Lilac #C28BC8
Tints of Lilac #C28BC8
RGB
CMYK
RGB Variations
Color information
#C28BC8 (or 0xC28BC8) is known color: Lilac. HEX triplet: C2, 8B and C8. RGB value is (194,139,200). Sum of RGB (Red+Green+Blue) = 194+139+200=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #C28BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BC8 is #3D7437. Grayscale: #A2A2A2. Windows color (decimal): -4027448 or 13142978. OLE color: 13142978.
HSL color Cylindrical-coordinate representation of color #C28BC8: hue angle of 294.1º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28BC8 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 139 | 200 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.22 |
| HSL | 294.1º | 0.36% | 0.66% | - |
| HSV(B) | 294.1º | 0.31% | 0.78% | - |
| XYZ | 41.91 | 34.1 | 59.02 | - |
| YUV | 162.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 200 | 0.03 | 0.30 | 0 | 0.22 | 294.1 | 0.36 | 0.66 |
| Hex | C2 | 8B | C8 | 3 | 1E | 0 | 16 | 126 | 24 | 42 |
| Octal | 302 | 213 | 310 | 3 | 36 | 0 | 26 | 446 | 44 | 102 |
| Binary | 11000010 | 10001011 | 11001000 | 11 | 11110 | 0 | 10110 | 100100110 | 100100 | 1000010 |
Color Harmonies of #C28BC8
Complementary color
Monochromatic Colors of #C28BC8
Black with #C28BC8
Text Example
Text Example
White with #C28BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BC8; }
p { color: rgb(194,139,200); }
H1.HeaderClassName
{
color: #C28BC8;
}
.AnyTagClassName
{
color: #C28BC8;
}
</style>
background-color css
<style>
a { background-color: #C28BC8; }
a { background-color: rgb(194,139,200); }
div.DivClassName
{
background-color: #C28BC8;
}
.BgClassName
{
background-color: #C28BC8;
}
</style>
border-color css
<style>
span { border-color: #C28BC8; }
span { border-color: rgb(194,139,200); }
td.TdClassName
{
border-color: #C28BC8;
}
.TagClassName
{
border-color: #C28BC8;
}
</style>