Shades of Lilac #C690CD
Tints of Lilac #C690CD
RGB
CMYK
RGB Variations
Color information
#C690CD (or 0xC690CD) is known color: Lilac. HEX triplet: C6, 90 and CD. RGB value is (198,144,205). Sum of RGB (Red+Green+Blue) = 198+144+205=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #C690CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690CD is #396F32. Grayscale: #A6A6A6. Windows color (decimal): -3764019 or 13471942. OLE color: 13471942.
HSL color Cylindrical-coordinate representation of color #C690CD: hue angle of 293.11º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C690CD is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 198 | 144 | 205 | - |
CMYK | 0.03 | 0.30 | 0 | 0.20 |
HSL | 293.11º | 0.38% | 0.68% | - |
HSV(B) | 293.11º | 0.3% | 0.8% | - |
XYZ | 44.28 | 36.36 | 62.44 | - |
YUV | 167.1 | 149.39 | 150.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 144 | 205 | 0.03 | 0.30 | 0 | 0.20 | 293.11 | 0.38 | 0.68 |
Hex | C6 | 90 | CD | 3 | 1E | 0 | 14 | 125 | 26 | 44 |
Octal | 306 | 220 | 315 | 3 | 36 | 0 | 24 | 445 | 46 | 104 |
Binary | 11000110 | 10010000 | 11001101 | 11 | 11110 | 0 | 10100 | 100100101 | 100110 | 1000100 |
Color Harmonies of #C690CD
Complementary color
Monochromatic Colors of #C690CD
Black with #C690CD
Text Example
Text Example
White with #C690CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690CD; }
p { color: rgb(198,144,205); }
H1.HeaderClassName
{
color: #C690CD;
}
.AnyTagClassName
{
color: #C690CD;
}
</style>
background-color css
<style>
a { background-color: #C690CD; }
a { background-color: rgb(198,144,205); }
div.DivClassName
{
background-color: #C690CD;
}
.BgClassName
{
background-color: #C690CD;
}
</style>
border-color css
<style>
span { border-color: #C690CD; }
span { border-color: rgb(198,144,205); }
td.TdClassName
{
border-color: #C690CD;
}
.TagClassName
{
border-color: #C690CD;
}
</style>