Shades of Lilac #C095CA
Tints of Lilac #C095CA
RGB
CMYK
RGB Variations
Color information
#C095CA (or 0xC095CA) is known color: Lilac. HEX triplet: C0, 95 and CA. RGB value is (192,149,202). Sum of RGB (Red+Green+Blue) = 192+149+202=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #C095CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095CA is #3F6A35. Grayscale: #A7A7A7. Windows color (decimal): -4155958 or 13276608. OLE color: 13276608.
HSL color Cylindrical-coordinate representation of color #C095CA: hue angle of 288.68º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C095CA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 149 | 202 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.21 |
| HSL | 288.68º | 0.33% | 0.69% | - |
| HSV(B) | 288.68º | 0.26% | 0.79% | - |
| XYZ | 43.15 | 36.97 | 60.74 | - |
| YUV | 167.9 | 147.25 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 202 | 0.05 | 0.26 | 0 | 0.21 | 288.68 | 0.33 | 0.69 |
| Hex | C0 | 95 | CA | 5 | 1A | 0 | 15 | 121 | 21 | 45 |
| Octal | 300 | 225 | 312 | 5 | 32 | 0 | 25 | 441 | 41 | 105 |
| Binary | 11000000 | 10010101 | 11001010 | 101 | 11010 | 0 | 10101 | 100100001 | 100001 | 1000101 |
Color Harmonies of #C095CA
Complementary color
Monochromatic Colors of #C095CA
Black with #C095CA
Text Example
Text Example
White with #C095CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095CA; }
p { color: rgb(192,149,202); }
H1.HeaderClassName
{
color: #C095CA;
}
.AnyTagClassName
{
color: #C095CA;
}
</style>
background-color css
<style>
a { background-color: #C095CA; }
a { background-color: rgb(192,149,202); }
div.DivClassName
{
background-color: #C095CA;
}
.BgClassName
{
background-color: #C095CA;
}
</style>
border-color css
<style>
span { border-color: #C095CA; }
span { border-color: rgb(192,149,202); }
td.TdClassName
{
border-color: #C095CA;
}
.TagClassName
{
border-color: #C095CA;
}
</style>