Shades of Lilac #C095C7
Tints of Lilac #C095C7
RGB
CMYK
RGB Variations
Color information
#C095C7 (or 0xC095C7) is known color: Lilac. HEX triplet: C0, 95 and C7. RGB value is (192,149,199). Sum of RGB (Red+Green+Blue) = 192+149+199=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 199 - color contains mainly: blue. Hex color #C095C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095C7 is #3F6A38. Grayscale: #A7A7A7. Windows color (decimal): -4155961 or 13080000. OLE color: 13080000.
HSL color Cylindrical-coordinate representation of color #C095C7: hue angle of 291.6º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C095C7 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 149 | 199 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.22 |
| HSL | 291.6º | 0.31% | 0.68% | - |
| HSV(B) | 291.6º | 0.25% | 0.78% | - |
| XYZ | 42.79 | 36.82 | 58.89 | - |
| YUV | 167.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 199 | 0.04 | 0.25 | 0 | 0.22 | 291.6 | 0.31 | 0.68 |
| Hex | C0 | 95 | C7 | 4 | 19 | 0 | 16 | 124 | 1F | 44 |
| Octal | 300 | 225 | 307 | 4 | 31 | 0 | 26 | 444 | 37 | 104 |
| Binary | 11000000 | 10010101 | 11000111 | 100 | 11001 | 0 | 10110 | 100100100 | 11111 | 1000100 |
Color Harmonies of #C095C7
Complementary color
Monochromatic Colors of #C095C7
Black with #C095C7
Text Example
Text Example
White with #C095C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095C7; }
p { color: rgb(192,149,199); }
H1.HeaderClassName
{
color: #C095C7;
}
.AnyTagClassName
{
color: #C095C7;
}
</style>
background-color css
<style>
a { background-color: #C095C7; }
a { background-color: rgb(192,149,199); }
div.DivClassName
{
background-color: #C095C7;
}
.BgClassName
{
background-color: #C095C7;
}
</style>
border-color css
<style>
span { border-color: #C095C7; }
span { border-color: rgb(192,149,199); }
td.TdClassName
{
border-color: #C095C7;
}
.TagClassName
{
border-color: #C095C7;
}
</style>