Shades of Lilac #C38AC2
Tints of Lilac #C38AC2
RGB
CMYK
RGB Variations
Color information
#C38AC2 (or 0xC38AC2) is known color: Lilac. HEX triplet: C3, 8A and C2. RGB value is (195,138,194). Sum of RGB (Red+Green+Blue) = 195+138+194=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AC2 is #3C753D. Grayscale: #A1A1A1. Windows color (decimal): -3962174 or 12749507. OLE color: 12749507.
HSL color Cylindrical-coordinate representation of color #C38AC2: hue angle of 301.05º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38AC2 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 194 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.24 |
| HSL | 301.05º | 0.32% | 0.65% | - |
| HSV(B) | 301.05º | 0.29% | 0.76% | - |
| XYZ | 41.33 | 33.67 | 55.36 | - |
| YUV | 161.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 194 | 0 | 0.29 | 0.01 | 0.24 | 301.05 | 0.32 | 0.65 |
| Hex | C3 | 8A | C2 | 0 | 1D | 1 | 18 | 12D | 20 | 41 |
| Octal | 303 | 212 | 302 | 0 | 35 | 1 | 30 | 455 | 40 | 101 |
| Binary | 11000011 | 10001010 | 11000010 | 0 | 11101 | 1 | 11000 | 100101101 | 100000 | 1000001 |
Color Harmonies of #C38AC2
Complementary color
Monochromatic Colors of #C38AC2
Black with #C38AC2
Text Example
Text Example
White with #C38AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AC2; }
p { color: rgb(195,138,194); }
H1.HeaderClassName
{
color: #C38AC2;
}
.AnyTagClassName
{
color: #C38AC2;
}
</style>
background-color css
<style>
a { background-color: #C38AC2; }
a { background-color: rgb(195,138,194); }
div.DivClassName
{
background-color: #C38AC2;
}
.BgClassName
{
background-color: #C38AC2;
}
</style>
border-color css
<style>
span { border-color: #C38AC2; }
span { border-color: rgb(195,138,194); }
td.TdClassName
{
border-color: #C38AC2;
}
.TagClassName
{
border-color: #C38AC2;
}
</style>