Shades of Lilac #D690CC
Tints of Lilac #D690CC
RGB
CMYK
RGB Variations
Color information
#D690CC (or 0xD690CC) is known color: Lilac. HEX triplet: D6, 90 and CC. RGB value is (214,144,204). Sum of RGB (Red+Green+Blue) = 214+144+204=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D690CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D690CC is #296F33. Grayscale: #ABABAB. Windows color (decimal): -2715444 or 13406422. OLE color: 13406422.
HSL color Cylindrical-coordinate representation of color #D690CC: hue angle of 308.57º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D690CC is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 204 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.16 |
| HSL | 308.57º | 0.46% | 0.7% | - |
| HSV(B) | 308.57º | 0.33% | 0.84% | - |
| XYZ | 48.6 | 38.6 | 62.02 | - |
| YUV | 171.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 204 | 0 | 0.33 | 0.05 | 0.16 | 308.57 | 0.46 | 0.7 |
| Hex | D6 | 90 | CC | 0 | 21 | 5 | 10 | 135 | 2E | 46 |
| Octal | 326 | 220 | 314 | 0 | 41 | 5 | 20 | 465 | 56 | 106 |
| Binary | 11010110 | 10010000 | 11001100 | 0 | 100001 | 101 | 10000 | 100110101 | 101110 | 1000110 |
Color Harmonies of #D690CC
Complementary color
Monochromatic Colors of #D690CC
Black with #D690CC
Text Example
Text Example
White with #D690CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D690CC; }
p { color: rgb(214,144,204); }
H1.HeaderClassName
{
color: #D690CC;
}
.AnyTagClassName
{
color: #D690CC;
}
</style>
background-color css
<style>
a { background-color: #D690CC; }
a { background-color: rgb(214,144,204); }
div.DivClassName
{
background-color: #D690CC;
}
.BgClassName
{
background-color: #D690CC;
}
</style>
border-color css
<style>
span { border-color: #D690CC; }
span { border-color: rgb(214,144,204); }
td.TdClassName
{
border-color: #D690CC;
}
.TagClassName
{
border-color: #D690CC;
}
</style>