Shades of Lilac #C390C8
Tints of Lilac #C390C8
RGB
CMYK
RGB Variations
Color information
#C390C8 (or 0xC390C8) is known color: Lilac. HEX triplet: C3, 90 and C8. RGB value is (195,144,200). Sum of RGB (Red+Green+Blue) = 195+144+200=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 200 - color contains mainly: blue. Hex color #C390C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390C8 is #3C6F37. Grayscale: #A5A5A5. Windows color (decimal): -3960632 or 13144259. OLE color: 13144259.
HSL color Cylindrical-coordinate representation of color #C390C8: hue angle of 294.64º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C390C8 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 144 | 200 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.22 |
| HSL | 294.64º | 0.34% | 0.67% | - |
| HSV(B) | 294.64º | 0.28% | 0.78% | - |
| XYZ | 42.9 | 35.72 | 59.28 | - |
| YUV | 165.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 200 | 0.02 | 0.28 | 0 | 0.22 | 294.64 | 0.34 | 0.67 |
| Hex | C3 | 90 | C8 | 2 | 1C | 0 | 16 | 127 | 22 | 43 |
| Octal | 303 | 220 | 310 | 2 | 34 | 0 | 26 | 447 | 42 | 103 |
| Binary | 11000011 | 10010000 | 11001000 | 10 | 11100 | 0 | 10110 | 100100111 | 100010 | 1000011 |
Color Harmonies of #C390C8
Complementary color
Monochromatic Colors of #C390C8
Black with #C390C8
Text Example
Text Example
White with #C390C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C390C8; }
p { color: rgb(195,144,200); }
H1.HeaderClassName
{
color: #C390C8;
}
.AnyTagClassName
{
color: #C390C8;
}
</style>
background-color css
<style>
a { background-color: #C390C8; }
a { background-color: rgb(195,144,200); }
div.DivClassName
{
background-color: #C390C8;
}
.BgClassName
{
background-color: #C390C8;
}
</style>
border-color css
<style>
span { border-color: #C390C8; }
span { border-color: rgb(195,144,200); }
td.TdClassName
{
border-color: #C390C8;
}
.TagClassName
{
border-color: #C390C8;
}
</style>