Shades of Lilac #C098C4
Tints of Lilac #C098C4
RGB
CMYK
RGB Variations
Color information
#C098C4 (or 0xC098C4) is known color: Lilac. HEX triplet: C0, 98 and C4. RGB value is (192,152,196). Sum of RGB (Red+Green+Blue) = 192+152+196=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 196 - color contains mainly: blue. Hex color #C098C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098C4 is #3F673B. Grayscale: #A8A8A8. Windows color (decimal): -4155196 or 12884160. OLE color: 12884160.
HSL color Cylindrical-coordinate representation of color #C098C4: hue angle of 294.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C098C4 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 152 | 196 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.23 |
| HSL | 294.55º | 0.27% | 0.68% | - |
| HSV(B) | 294.55º | 0.22% | 0.77% | - |
| XYZ | 42.93 | 37.65 | 57.23 | - |
| YUV | 168.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 196 | 0.02 | 0.22 | 0 | 0.23 | 294.55 | 0.27 | 0.68 |
| Hex | C0 | 98 | C4 | 2 | 16 | 0 | 17 | 127 | 1B | 44 |
| Octal | 300 | 230 | 304 | 2 | 26 | 0 | 27 | 447 | 33 | 104 |
| Binary | 11000000 | 10011000 | 11000100 | 10 | 10110 | 0 | 10111 | 100100111 | 11011 | 1000100 |
Color Harmonies of #C098C4
Complementary color
Monochromatic Colors of #C098C4
Black with #C098C4
Text Example
Text Example
White with #C098C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098C4; }
p { color: rgb(192,152,196); }
H1.HeaderClassName
{
color: #C098C4;
}
.AnyTagClassName
{
color: #C098C4;
}
</style>
background-color css
<style>
a { background-color: #C098C4; }
a { background-color: rgb(192,152,196); }
div.DivClassName
{
background-color: #C098C4;
}
.BgClassName
{
background-color: #C098C4;
}
</style>
border-color css
<style>
span { border-color: #C098C4; }
span { border-color: rgb(192,152,196); }
td.TdClassName
{
border-color: #C098C4;
}
.TagClassName
{
border-color: #C098C4;
}
</style>