Shades of Lilac #C28BC7
Tints of Lilac #C28BC7
RGB
CMYK
RGB Variations
Color information
#C28BC7 (or 0xC28BC7) is known color: Lilac. HEX triplet: C2, 8B and C7. RGB value is (194,139,199). Sum of RGB (Red+Green+Blue) = 194+139+199=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 199 - color contains mainly: blue. Hex color #C28BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BC7 is #3D7438. Grayscale: #A2A2A2. Windows color (decimal): -4027449 or 13077442. OLE color: 13077442.
HSL color Cylindrical-coordinate representation of color #C28BC7: hue angle of 295º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28BC7 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 139 | 199 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.22 |
| HSL | 295º | 0.35% | 0.66% | - |
| HSV(B) | 295º | 0.3% | 0.78% | - |
| XYZ | 41.79 | 34.06 | 58.4 | - |
| YUV | 162.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 199 | 0.03 | 0.30 | 0 | 0.22 | 295 | 0.35 | 0.66 |
| Hex | C2 | 8B | C7 | 3 | 1E | 0 | 16 | 127 | 23 | 42 |
| Octal | 302 | 213 | 307 | 3 | 36 | 0 | 26 | 447 | 43 | 102 |
| Binary | 11000010 | 10001011 | 11000111 | 11 | 11110 | 0 | 10110 | 100100111 | 100011 | 1000010 |
Color Harmonies of #C28BC7
Complementary color
Monochromatic Colors of #C28BC7
Black with #C28BC7
Text Example
Text Example
White with #C28BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BC7; }
p { color: rgb(194,139,199); }
H1.HeaderClassName
{
color: #C28BC7;
}
.AnyTagClassName
{
color: #C28BC7;
}
</style>
background-color css
<style>
a { background-color: #C28BC7; }
a { background-color: rgb(194,139,199); }
div.DivClassName
{
background-color: #C28BC7;
}
.BgClassName
{
background-color: #C28BC7;
}
</style>
border-color css
<style>
span { border-color: #C28BC7; }
span { border-color: rgb(194,139,199); }
td.TdClassName
{
border-color: #C28BC7;
}
.TagClassName
{
border-color: #C28BC7;
}
</style>