Shades of Lilac #C381BF
Tints of Lilac #C381BF
RGB
CMYK
RGB Variations
Color information
#C381BF (or 0xC381BF) is known color: Lilac. HEX triplet: C3, 81 and BF. RGB value is (195,129,191). Sum of RGB (Red+Green+Blue) = 195+129+191=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C381BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381BF is #3C7E40. Grayscale: #9B9B9B. Windows color (decimal): -3964481 or 12550595. OLE color: 12550595.
HSL color Cylindrical-coordinate representation of color #C381BF: hue angle of 303.64º 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 #C381BF is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 129 | 191 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.24 |
| HSL | 303.64º | 0.35% | 0.64% | - |
| HSV(B) | 303.64º | 0.34% | 0.76% | - |
| XYZ | 39.76 | 31.06 | 53.19 | - |
| YUV | 155.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 191 | 0 | 0.34 | 0.02 | 0.24 | 303.64 | 0.35 | 0.64 |
| Hex | C3 | 81 | BF | 0 | 22 | 2 | 18 | 130 | 23 | 40 |
| Octal | 303 | 201 | 277 | 0 | 42 | 2 | 30 | 460 | 43 | 100 |
| Binary | 11000011 | 10000001 | 10111111 | 0 | 100010 | 10 | 11000 | 100110000 | 100011 | 1000000 |
Color Harmonies of #C381BF
Complementary color
Monochromatic Colors of #C381BF
Black with #C381BF
Text Example
Text Example
White with #C381BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381BF; }
p { color: rgb(195,129,191); }
H1.HeaderClassName
{
color: #C381BF;
}
.AnyTagClassName
{
color: #C381BF;
}
</style>
background-color css
<style>
a { background-color: #C381BF; }
a { background-color: rgb(195,129,191); }
div.DivClassName
{
background-color: #C381BF;
}
.BgClassName
{
background-color: #C381BF;
}
</style>
border-color css
<style>
span { border-color: #C381BF; }
span { border-color: rgb(195,129,191); }
td.TdClassName
{
border-color: #C381BF;
}
.TagClassName
{
border-color: #C381BF;
}
</style>