Shades of Lilac #C690C2
Tints of Lilac #C690C2
RGB
CMYK
RGB Variations
Color information
#C690C2 (or 0xC690C2) is known color: Lilac. HEX triplet: C6, 90 and C2. RGB value is (198,144,194). Sum of RGB (Red+Green+Blue) = 198+144+194=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C690C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690C2 is #396F3D. Grayscale: #A5A5A5. Windows color (decimal): -3764030 or 12751046. OLE color: 12751046.
HSL color Cylindrical-coordinate representation of color #C690C2: hue angle of 304.44º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C690C2 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 194 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.22 |
| HSL | 304.44º | 0.32% | 0.67% | - |
| HSV(B) | 304.44º | 0.27% | 0.78% | - |
| XYZ | 43 | 35.85 | 55.69 | - |
| YUV | 165.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 194 | 0 | 0.27 | 0.02 | 0.22 | 304.44 | 0.32 | 0.67 |
| Hex | C6 | 90 | C2 | 0 | 1B | 2 | 16 | 130 | 20 | 43 |
| Octal | 306 | 220 | 302 | 0 | 33 | 2 | 26 | 460 | 40 | 103 |
| Binary | 11000110 | 10010000 | 11000010 | 0 | 11011 | 10 | 10110 | 100110000 | 100000 | 1000011 |
Color Harmonies of #C690C2
Complementary color
Monochromatic Colors of #C690C2
Black with #C690C2
Text Example
Text Example
White with #C690C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690C2; }
p { color: rgb(198,144,194); }
H1.HeaderClassName
{
color: #C690C2;
}
.AnyTagClassName
{
color: #C690C2;
}
</style>
background-color css
<style>
a { background-color: #C690C2; }
a { background-color: rgb(198,144,194); }
div.DivClassName
{
background-color: #C690C2;
}
.BgClassName
{
background-color: #C690C2;
}
</style>
border-color css
<style>
span { border-color: #C690C2; }
span { border-color: rgb(198,144,194); }
td.TdClassName
{
border-color: #C690C2;
}
.TagClassName
{
border-color: #C690C2;
}
</style>