Shades of Lilac #C094C7
Tints of Lilac #C094C7
RGB
CMYK
RGB Variations
Color information
#C094C7 (or 0xC094C7) is known color: Lilac. HEX triplet: C0, 94 and C7. RGB value is (192,148,199). Sum of RGB (Red+Green+Blue) = 192+148+199=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 199 - color contains mainly: blue. Hex color #C094C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094C7 is #3F6B38. Grayscale: #A6A6A6. Windows color (decimal): -4156217 or 13079744. OLE color: 13079744.
HSL color Cylindrical-coordinate representation of color #C094C7: hue angle of 291.76º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C094C7 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 148 | 199 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.22 |
| HSL | 291.76º | 0.31% | 0.68% | - |
| HSV(B) | 291.76º | 0.26% | 0.78% | - |
| XYZ | 42.64 | 36.51 | 58.83 | - |
| YUV | 166.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 199 | 0.04 | 0.26 | 0 | 0.22 | 291.76 | 0.31 | 0.68 |
| Hex | C0 | 94 | C7 | 4 | 1A | 0 | 16 | 124 | 1F | 44 |
| Octal | 300 | 224 | 307 | 4 | 32 | 0 | 26 | 444 | 37 | 104 |
| Binary | 11000000 | 10010100 | 11000111 | 100 | 11010 | 0 | 10110 | 100100100 | 11111 | 1000100 |
Color Harmonies of #C094C7
Complementary color
Monochromatic Colors of #C094C7
Black with #C094C7
Text Example
Text Example
White with #C094C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094C7; }
p { color: rgb(192,148,199); }
H1.HeaderClassName
{
color: #C094C7;
}
.AnyTagClassName
{
color: #C094C7;
}
</style>
background-color css
<style>
a { background-color: #C094C7; }
a { background-color: rgb(192,148,199); }
div.DivClassName
{
background-color: #C094C7;
}
.BgClassName
{
background-color: #C094C7;
}
</style>
border-color css
<style>
span { border-color: #C094C7; }
span { border-color: rgb(192,148,199); }
td.TdClassName
{
border-color: #C094C7;
}
.TagClassName
{
border-color: #C094C7;
}
</style>