Shades of Lilac #C391C2
Tints of Lilac #C391C2
RGB
CMYK
RGB Variations
Color information
#C391C2 (or 0xC391C2) is known color: Lilac. HEX triplet: C3, 91 and C2. RGB value is (195,145,194). Sum of RGB (Red+Green+Blue) = 195+145+194=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C391C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391C2 is #3C6E3D. Grayscale: #A5A5A5. Windows color (decimal): -3960382 or 12751299. OLE color: 12751299.
HSL color Cylindrical-coordinate representation of color #C391C2: hue angle of 301.2º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C391C2 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 194 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.24 |
| HSL | 301.2º | 0.29% | 0.67% | - |
| HSV(B) | 301.2º | 0.26% | 0.76% | - |
| XYZ | 42.37 | 35.75 | 55.71 | - |
| YUV | 165.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 194 | 0 | 0.26 | 0.01 | 0.24 | 301.2 | 0.29 | 0.67 |
| Hex | C3 | 91 | C2 | 0 | 1A | 1 | 18 | 12D | 1D | 43 |
| Octal | 303 | 221 | 302 | 0 | 32 | 1 | 30 | 455 | 35 | 103 |
| Binary | 11000011 | 10010001 | 11000010 | 0 | 11010 | 1 | 11000 | 100101101 | 11101 | 1000011 |
Color Harmonies of #C391C2
Complementary color
Monochromatic Colors of #C391C2
Black with #C391C2
Text Example
Text Example
White with #C391C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391C2; }
p { color: rgb(195,145,194); }
H1.HeaderClassName
{
color: #C391C2;
}
.AnyTagClassName
{
color: #C391C2;
}
</style>
background-color css
<style>
a { background-color: #C391C2; }
a { background-color: rgb(195,145,194); }
div.DivClassName
{
background-color: #C391C2;
}
.BgClassName
{
background-color: #C391C2;
}
</style>
border-color css
<style>
span { border-color: #C391C2; }
span { border-color: rgb(195,145,194); }
td.TdClassName
{
border-color: #C391C2;
}
.TagClassName
{
border-color: #C391C2;
}
</style>