Shades of Lilac #C38EC4
Tints of Lilac #C38EC4
RGB
CMYK
RGB Variations
Color information
#C38EC4 (or 0xC38EC4) is known color: Lilac. HEX triplet: C3, 8E and C4. RGB value is (195,142,196). Sum of RGB (Red+Green+Blue) = 195+142+196=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #C38EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EC4 is #3C713B. Grayscale: #A3A3A3. Windows color (decimal): -3961148 or 12881603. OLE color: 12881603.
HSL color Cylindrical-coordinate representation of color #C38EC4: hue angle of 298.89º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38EC4 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 142 | 196 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.23 |
| HSL | 298.89º | 0.31% | 0.66% | - |
| HSV(B) | 298.89º | 0.28% | 0.77% | - |
| XYZ | 42.14 | 34.93 | 56.75 | - |
| YUV | 164 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 196 | 0.01 | 0.28 | 0 | 0.23 | 298.89 | 0.31 | 0.66 |
| Hex | C3 | 8E | C4 | 1 | 1C | 0 | 17 | 12B | 1F | 42 |
| Octal | 303 | 216 | 304 | 1 | 34 | 0 | 27 | 453 | 37 | 102 |
| Binary | 11000011 | 10001110 | 11000100 | 1 | 11100 | 0 | 10111 | 100101011 | 11111 | 1000010 |
Color Harmonies of #C38EC4
Complementary color
Monochromatic Colors of #C38EC4
Black with #C38EC4
Text Example
Text Example
White with #C38EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38EC4; }
p { color: rgb(195,142,196); }
H1.HeaderClassName
{
color: #C38EC4;
}
.AnyTagClassName
{
color: #C38EC4;
}
</style>
background-color css
<style>
a { background-color: #C38EC4; }
a { background-color: rgb(195,142,196); }
div.DivClassName
{
background-color: #C38EC4;
}
.BgClassName
{
background-color: #C38EC4;
}
</style>
border-color css
<style>
span { border-color: #C38EC4; }
span { border-color: rgb(195,142,196); }
td.TdClassName
{
border-color: #C38EC4;
}
.TagClassName
{
border-color: #C38EC4;
}
</style>