Shades of Lilac #C38ACD
Tints of Lilac #C38ACD
RGB
CMYK
RGB Variations
Color information
#C38ACD (or 0xC38ACD) is known color: Lilac. HEX triplet: C3, 8A and CD. RGB value is (195,138,205). Sum of RGB (Red+Green+Blue) = 195+138+205=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #C38ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ACD is #3C7532. Grayscale: #A2A2A2. Windows color (decimal): -3962163 or 13470403. OLE color: 13470403.
HSL color Cylindrical-coordinate representation of color #C38ACD: hue angle of 291.04º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C38ACD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 138 | 205 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.20 |
| HSL | 291.04º | 0.4% | 0.67% | - |
| HSV(B) | 291.04º | 0.33% | 0.8% | - |
| XYZ | 42.61 | 34.19 | 62.11 | - |
| YUV | 162.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 205 | 0.05 | 0.33 | 0 | 0.20 | 291.04 | 0.4 | 0.67 |
| Hex | C3 | 8A | CD | 5 | 21 | 0 | 14 | 123 | 28 | 43 |
| Octal | 303 | 212 | 315 | 5 | 41 | 0 | 24 | 443 | 50 | 103 |
| Binary | 11000011 | 10001010 | 11001101 | 101 | 100001 | 0 | 10100 | 100100011 | 101000 | 1000011 |
Color Harmonies of #C38ACD
Complementary color
Monochromatic Colors of #C38ACD
Black with #C38ACD
Text Example
Text Example
White with #C38ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38ACD; }
p { color: rgb(195,138,205); }
H1.HeaderClassName
{
color: #C38ACD;
}
.AnyTagClassName
{
color: #C38ACD;
}
</style>
background-color css
<style>
a { background-color: #C38ACD; }
a { background-color: rgb(195,138,205); }
div.DivClassName
{
background-color: #C38ACD;
}
.BgClassName
{
background-color: #C38ACD;
}
</style>
border-color css
<style>
span { border-color: #C38ACD; }
span { border-color: rgb(195,138,205); }
td.TdClassName
{
border-color: #C38ACD;
}
.TagClassName
{
border-color: #C38ACD;
}
</style>