Shades of Lilac #C382BF
Tints of Lilac #C382BF
RGB
CMYK
RGB Variations
Color information
#C382BF (or 0xC382BF) is known color: Lilac. HEX triplet: C3, 82 and BF. RGB value is (195,130,191). Sum of RGB (Red+Green+Blue) = 195+130+191=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C382BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382BF is #3C7D40. Grayscale: #9C9C9C. Windows color (decimal): -3964225 or 12550851. OLE color: 12550851.
HSL color Cylindrical-coordinate representation of color #C382BF: hue angle of 303.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C382BF is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 191 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.24 |
| HSL | 303.69º | 0.35% | 0.64% | - |
| HSV(B) | 303.69º | 0.33% | 0.76% | - |
| XYZ | 39.89 | 31.33 | 53.23 | - |
| YUV | 156.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 191 | 0 | 0.33 | 0.02 | 0.24 | 303.69 | 0.35 | 0.64 |
| Hex | C3 | 82 | BF | 0 | 21 | 2 | 18 | 130 | 23 | 40 |
| Octal | 303 | 202 | 277 | 0 | 41 | 2 | 30 | 460 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10111111 | 0 | 100001 | 10 | 11000 | 100110000 | 100011 | 1000000 |
Color Harmonies of #C382BF
Complementary color
Monochromatic Colors of #C382BF
Black with #C382BF
Text Example
Text Example
White with #C382BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C382BF; }
p { color: rgb(195,130,191); }
H1.HeaderClassName
{
color: #C382BF;
}
.AnyTagClassName
{
color: #C382BF;
}
</style>
background-color css
<style>
a { background-color: #C382BF; }
a { background-color: rgb(195,130,191); }
div.DivClassName
{
background-color: #C382BF;
}
.BgClassName
{
background-color: #C382BF;
}
</style>
border-color css
<style>
span { border-color: #C382BF; }
span { border-color: rgb(195,130,191); }
td.TdClassName
{
border-color: #C382BF;
}
.TagClassName
{
border-color: #C382BF;
}
</style>