Shades of Lilac #C690C4
Tints of Lilac #C690C4
RGB
CMYK
RGB Variations
Color information
#C690C4 (or 0xC690C4) is known color: Lilac. HEX triplet: C6, 90 and C4. RGB value is (198,144,196). Sum of RGB (Red+Green+Blue) = 198+144+196=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C690C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690C4 is #396F3B. Grayscale: #A5A5A5. Windows color (decimal): -3764028 or 12882118. OLE color: 12882118.
HSL color Cylindrical-coordinate representation of color #C690C4: hue angle of 302.22º 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 #C690C4 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 196 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.22 |
| HSL | 302.22º | 0.32% | 0.67% | - |
| HSV(B) | 302.22º | 0.27% | 0.78% | - |
| XYZ | 43.23 | 35.94 | 56.88 | - |
| YUV | 166.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 196 | 0 | 0.27 | 0.01 | 0.22 | 302.22 | 0.32 | 0.67 |
| Hex | C6 | 90 | C4 | 0 | 1B | 1 | 16 | 12E | 20 | 43 |
| Octal | 306 | 220 | 304 | 0 | 33 | 1 | 26 | 456 | 40 | 103 |
| Binary | 11000110 | 10010000 | 11000100 | 0 | 11011 | 1 | 10110 | 100101110 | 100000 | 1000011 |
Color Harmonies of #C690C4
Complementary color
Monochromatic Colors of #C690C4
Black with #C690C4
Text Example
Text Example
White with #C690C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690C4; }
p { color: rgb(198,144,196); }
H1.HeaderClassName
{
color: #C690C4;
}
.AnyTagClassName
{
color: #C690C4;
}
</style>
background-color css
<style>
a { background-color: #C690C4; }
a { background-color: rgb(198,144,196); }
div.DivClassName
{
background-color: #C690C4;
}
.BgClassName
{
background-color: #C690C4;
}
</style>
border-color css
<style>
span { border-color: #C690C4; }
span { border-color: rgb(198,144,196); }
td.TdClassName
{
border-color: #C690C4;
}
.TagClassName
{
border-color: #C690C4;
}
</style>