Shades of Lilac #C38ACE
Tints of Lilac #C38ACE
RGB
CMYK
RGB Variations
Color information
#C38ACE (or 0xC38ACE) is known color: Lilac. HEX triplet: C3, 8A and CE. RGB value is (195,138,206). Sum of RGB (Red+Green+Blue) = 195+138+206=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #C38ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ACE is #3C7531. Grayscale: #A2A2A2. Windows color (decimal): -3962162 or 13535939. OLE color: 13535939.
HSL color Cylindrical-coordinate representation of color #C38ACE: hue angle of 290.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C38ACE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 138 | 206 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.19 |
| HSL | 290.29º | 0.41% | 0.67% | - |
| HSV(B) | 290.29º | 0.33% | 0.81% | - |
| XYZ | 42.73 | 34.24 | 62.75 | - |
| YUV | 162.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 206 | 0.05 | 0.33 | 0 | 0.19 | 290.29 | 0.41 | 0.67 |
| Hex | C3 | 8A | CE | 5 | 21 | 0 | 13 | 122 | 29 | 43 |
| Octal | 303 | 212 | 316 | 5 | 41 | 0 | 23 | 442 | 51 | 103 |
| Binary | 11000011 | 10001010 | 11001110 | 101 | 100001 | 0 | 10011 | 100100010 | 101001 | 1000011 |
Color Harmonies of #C38ACE
Complementary color
Monochromatic Colors of #C38ACE
Black with #C38ACE
Text Example
Text Example
White with #C38ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38ACE; }
p { color: rgb(195,138,206); }
H1.HeaderClassName
{
color: #C38ACE;
}
.AnyTagClassName
{
color: #C38ACE;
}
</style>
background-color css
<style>
a { background-color: #C38ACE; }
a { background-color: rgb(195,138,206); }
div.DivClassName
{
background-color: #C38ACE;
}
.BgClassName
{
background-color: #C38ACE;
}
</style>
border-color css
<style>
span { border-color: #C38ACE; }
span { border-color: rgb(195,138,206); }
td.TdClassName
{
border-color: #C38ACE;
}
.TagClassName
{
border-color: #C38ACE;
}
</style>