Shades of Lilac #C693C0
Tints of Lilac #C693C0
RGB
CMYK
RGB Variations
Color information
#C693C0 (or 0xC693C0) is known color: Lilac. HEX triplet: C6, 93 and C0. RGB value is (198,147,192). Sum of RGB (Red+Green+Blue) = 198+147+192=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C693C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693C0 is #396C3F. Grayscale: #A7A7A7. Windows color (decimal): -3763264 or 12620742. OLE color: 12620742.
HSL color Cylindrical-coordinate representation of color #C693C0: hue angle of 307.06º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C693C0 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 192 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.22 |
| HSL | 307.06º | 0.31% | 0.68% | - |
| HSV(B) | 307.06º | 0.26% | 0.78% | - |
| XYZ | 43.24 | 36.68 | 54.67 | - |
| YUV | 167.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 192 | 0 | 0.26 | 0.03 | 0.22 | 307.06 | 0.31 | 0.68 |
| Hex | C6 | 93 | C0 | 0 | 1A | 3 | 16 | 133 | 1F | 44 |
| Octal | 306 | 223 | 300 | 0 | 32 | 3 | 26 | 463 | 37 | 104 |
| Binary | 11000110 | 10010011 | 11000000 | 0 | 11010 | 11 | 10110 | 100110011 | 11111 | 1000100 |
Color Harmonies of #C693C0
Complementary color
Monochromatic Colors of #C693C0
Black with #C693C0
Text Example
Text Example
White with #C693C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C693C0; }
p { color: rgb(198,147,192); }
H1.HeaderClassName
{
color: #C693C0;
}
.AnyTagClassName
{
color: #C693C0;
}
</style>
background-color css
<style>
a { background-color: #C693C0; }
a { background-color: rgb(198,147,192); }
div.DivClassName
{
background-color: #C693C0;
}
.BgClassName
{
background-color: #C693C0;
}
</style>
border-color css
<style>
span { border-color: #C693C0; }
span { border-color: rgb(198,147,192); }
td.TdClassName
{
border-color: #C693C0;
}
.TagClassName
{
border-color: #C693C0;
}
</style>