Shades of Lilac #C38ACC
Tints of Lilac #C38ACC
RGB
CMYK
RGB Variations
Color information
#C38ACC (or 0xC38ACC) is known color: Lilac. HEX triplet: C3, 8A and CC. RGB value is (195,138,204). Sum of RGB (Red+Green+Blue) = 195+138+204=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #C38ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ACC is #3C7533. Grayscale: #A2A2A2. Windows color (decimal): -3962164 or 13404867. OLE color: 13404867.
HSL color Cylindrical-coordinate representation of color #C38ACC: hue angle of 291.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38ACC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 138 | 204 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.2 |
| HSL | 291.82º | 0.39% | 0.67% | - |
| HSV(B) | 291.82º | 0.32% | 0.8% | - |
| XYZ | 42.49 | 34.14 | 61.48 | - |
| YUV | 162.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 204 | 0.04 | 0.32 | 0 | 0.2 | 291.82 | 0.39 | 0.67 |
| Hex | C3 | 8A | CC | 4 | 20 | 0 | 14 | 124 | 27 | 43 |
| Octal | 303 | 212 | 314 | 4 | 40 | 0 | 24 | 444 | 47 | 103 |
| Binary | 11000011 | 10001010 | 11001100 | 100 | 100000 | 0 | 10100 | 100100100 | 100111 | 1000011 |
Color Harmonies of #C38ACC
Complementary color
Monochromatic Colors of #C38ACC
Black with #C38ACC
Text Example
Text Example
White with #C38ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38ACC; }
p { color: rgb(195,138,204); }
H1.HeaderClassName
{
color: #C38ACC;
}
.AnyTagClassName
{
color: #C38ACC;
}
</style>
background-color css
<style>
a { background-color: #C38ACC; }
a { background-color: rgb(195,138,204); }
div.DivClassName
{
background-color: #C38ACC;
}
.BgClassName
{
background-color: #C38ACC;
}
</style>
border-color css
<style>
span { border-color: #C38ACC; }
span { border-color: rgb(195,138,204); }
td.TdClassName
{
border-color: #C38ACC;
}
.TagClassName
{
border-color: #C38ACC;
}
</style>