Shades of Lilac #C38ABE
Tints of Lilac #C38ABE
RGB
CMYK
RGB Variations
Color information
#C38ABE (or 0xC38ABE) is known color: Lilac. HEX triplet: C3, 8A and BE. RGB value is (195,138,190). Sum of RGB (Red+Green+Blue) = 195+138+190=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C38ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ABE is #3C7541. Grayscale: #A0A0A0. Windows color (decimal): -3962178 or 12487363. OLE color: 12487363.
HSL color Cylindrical-coordinate representation of color #C38ABE: hue angle of 305.26º 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 #C38ABE is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 190 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.24 |
| HSL | 305.26º | 0.32% | 0.65% | - |
| HSV(B) | 305.26º | 0.29% | 0.76% | - |
| XYZ | 40.89 | 33.5 | 53.03 | - |
| YUV | 160.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 190 | 0 | 0.29 | 0.03 | 0.24 | 305.26 | 0.32 | 0.65 |
| Hex | C3 | 8A | BE | 0 | 1D | 3 | 18 | 131 | 20 | 41 |
| Octal | 303 | 212 | 276 | 0 | 35 | 3 | 30 | 461 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10111110 | 0 | 11101 | 11 | 11000 | 100110001 | 100000 | 1000001 |
Color Harmonies of #C38ABE
Complementary color
Monochromatic Colors of #C38ABE
Black with #C38ABE
Text Example
Text Example
White with #C38ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38ABE; }
p { color: rgb(195,138,190); }
H1.HeaderClassName
{
color: #C38ABE;
}
.AnyTagClassName
{
color: #C38ABE;
}
</style>
background-color css
<style>
a { background-color: #C38ABE; }
a { background-color: rgb(195,138,190); }
div.DivClassName
{
background-color: #C38ABE;
}
.BgClassName
{
background-color: #C38ABE;
}
</style>
border-color css
<style>
span { border-color: #C38ABE; }
span { border-color: rgb(195,138,190); }
td.TdClassName
{
border-color: #C38ABE;
}
.TagClassName
{
border-color: #C38ABE;
}
</style>