Shades of Lilac #C693CF
Tints of Lilac #C693CF
RGB
CMYK
RGB Variations
Color information
#C693CF (or 0xC693CF) is known color: Lilac. HEX triplet: C6, 93 and CF. RGB value is (198,147,207). Sum of RGB (Red+Green+Blue) = 198+147+207=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #C693CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693CF is #396C30. Grayscale: #A8A8A8. Windows color (decimal): -3763249 or 13603782. OLE color: 13603782.
HSL color Cylindrical-coordinate representation of color #C693CF: hue angle of 291º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C693CF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 147 | 207 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.19 |
| HSL | 291º | 0.38% | 0.69% | - |
| HSV(B) | 291º | 0.29% | 0.81% | - |
| XYZ | 44.98 | 37.38 | 63.88 | - |
| YUV | 169.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 207 | 0.04 | 0.29 | 0 | 0.19 | 291 | 0.38 | 0.69 |
| Hex | C6 | 93 | CF | 4 | 1D | 0 | 13 | 123 | 26 | 45 |
| Octal | 306 | 223 | 317 | 4 | 35 | 0 | 23 | 443 | 46 | 105 |
| Binary | 11000110 | 10010011 | 11001111 | 100 | 11101 | 0 | 10011 | 100100011 | 100110 | 1000101 |
Color Harmonies of #C693CF
Complementary color
Monochromatic Colors of #C693CF
Black with #C693CF
Text Example
Text Example
White with #C693CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C693CF; }
p { color: rgb(198,147,207); }
H1.HeaderClassName
{
color: #C693CF;
}
.AnyTagClassName
{
color: #C693CF;
}
</style>
background-color css
<style>
a { background-color: #C693CF; }
a { background-color: rgb(198,147,207); }
div.DivClassName
{
background-color: #C693CF;
}
.BgClassName
{
background-color: #C693CF;
}
</style>
border-color css
<style>
span { border-color: #C693CF; }
span { border-color: rgb(198,147,207); }
td.TdClassName
{
border-color: #C693CF;
}
.TagClassName
{
border-color: #C693CF;
}
</style>