Shades of Lilac #C381C2
Tints of Lilac #C381C2
RGB
CMYK
RGB Variations
Color information
#C381C2 (or 0xC381C2) is known color: Lilac. HEX triplet: C3, 81 and C2. RGB value is (195,129,194). Sum of RGB (Red+Green+Blue) = 195+129+194=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C381C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381C2 is #3C7E3D. Grayscale: #9B9B9B. Windows color (decimal): -3964478 or 12747203. OLE color: 12747203.
HSL color Cylindrical-coordinate representation of color #C381C2: hue angle of 300.91º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C381C2 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 194 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.24 |
| HSL | 300.91º | 0.35% | 0.64% | - |
| HSV(B) | 300.91º | 0.34% | 0.76% | - |
| XYZ | 40.09 | 31.2 | 54.95 | - |
| YUV | 156.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 194 | 0 | 0.34 | 0.01 | 0.24 | 300.91 | 0.35 | 0.64 |
| Hex | C3 | 81 | C2 | 0 | 22 | 1 | 18 | 12D | 23 | 40 |
| Octal | 303 | 201 | 302 | 0 | 42 | 1 | 30 | 455 | 43 | 100 |
| Binary | 11000011 | 10000001 | 11000010 | 0 | 100010 | 1 | 11000 | 100101101 | 100011 | 1000000 |
Color Harmonies of #C381C2
Complementary color
Monochromatic Colors of #C381C2
Black with #C381C2
Text Example
Text Example
White with #C381C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381C2; }
p { color: rgb(195,129,194); }
H1.HeaderClassName
{
color: #C381C2;
}
.AnyTagClassName
{
color: #C381C2;
}
</style>
background-color css
<style>
a { background-color: #C381C2; }
a { background-color: rgb(195,129,194); }
div.DivClassName
{
background-color: #C381C2;
}
.BgClassName
{
background-color: #C381C2;
}
</style>
border-color css
<style>
span { border-color: #C381C2; }
span { border-color: rgb(195,129,194); }
td.TdClassName
{
border-color: #C381C2;
}
.TagClassName
{
border-color: #C381C2;
}
</style>