Shades of Lilac #C694CD
Tints of Lilac #C694CD
RGB
CMYK
RGB Variations
Color information
#C694CD (or 0xC694CD) is known color: Lilac. HEX triplet: C6, 94 and CD. RGB value is (198,148,205). Sum of RGB (Red+Green+Blue) = 198+148+205=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #C694CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694CD is #396B32. Grayscale: #A9A9A9. Windows color (decimal): -3762995 or 13472966. OLE color: 13472966.
HSL color Cylindrical-coordinate representation of color #C694CD: hue angle of 292.63º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C694CD is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 148 | 205 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.20 |
| HSL | 292.63º | 0.36% | 0.69% | - |
| HSV(B) | 292.63º | 0.28% | 0.8% | - |
| XYZ | 44.9 | 37.59 | 62.65 | - |
| YUV | 169.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 205 | 0.03 | 0.28 | 0 | 0.20 | 292.63 | 0.36 | 0.69 |
| Hex | C6 | 94 | CD | 3 | 1C | 0 | 14 | 125 | 24 | 45 |
| Octal | 306 | 224 | 315 | 3 | 34 | 0 | 24 | 445 | 44 | 105 |
| Binary | 11000110 | 10010100 | 11001101 | 11 | 11100 | 0 | 10100 | 100100101 | 100100 | 1000101 |
Color Harmonies of #C694CD
Complementary color
Monochromatic Colors of #C694CD
Black with #C694CD
Text Example
Text Example
White with #C694CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C694CD; }
p { color: rgb(198,148,205); }
H1.HeaderClassName
{
color: #C694CD;
}
.AnyTagClassName
{
color: #C694CD;
}
</style>
background-color css
<style>
a { background-color: #C694CD; }
a { background-color: rgb(198,148,205); }
div.DivClassName
{
background-color: #C694CD;
}
.BgClassName
{
background-color: #C694CD;
}
</style>
border-color css
<style>
span { border-color: #C694CD; }
span { border-color: rgb(198,148,205); }
td.TdClassName
{
border-color: #C694CD;
}
.TagClassName
{
border-color: #C694CD;
}
</style>