Shades of Lilac #D68CCA
Tints of Lilac #D68CCA
RGB
CMYK
RGB Variations
Color information
#D68CCA (or 0xD68CCA) is known color: Lilac. HEX triplet: D6, 8C and CA. RGB value is (214,140,202). Sum of RGB (Red+Green+Blue) = 214+140+202=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CCA is #297335. Grayscale: #A9A9A9. Windows color (decimal): -2716470 or 13274326. OLE color: 13274326.
HSL color Cylindrical-coordinate representation of color #D68CCA: hue angle of 309.73º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68CCA is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 202 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.16 |
| HSL | 309.73º | 0.47% | 0.69% | - |
| HSV(B) | 309.73º | 0.35% | 0.84% | - |
| XYZ | 47.77 | 37.32 | 60.56 | - |
| YUV | 169.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 202 | 0 | 0.35 | 0.06 | 0.16 | 309.73 | 0.47 | 0.69 |
| Hex | D6 | 8C | CA | 0 | 23 | 6 | 10 | 136 | 2F | 45 |
| Octal | 326 | 214 | 312 | 0 | 43 | 6 | 20 | 466 | 57 | 105 |
| Binary | 11010110 | 10001100 | 11001010 | 0 | 100011 | 110 | 10000 | 100110110 | 101111 | 1000101 |
Color Harmonies of #D68CCA
Complementary color
Monochromatic Colors of #D68CCA
Black with #D68CCA
Text Example
Text Example
White with #D68CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CCA; }
p { color: rgb(214,140,202); }
H1.HeaderClassName
{
color: #D68CCA;
}
.AnyTagClassName
{
color: #D68CCA;
}
</style>
background-color css
<style>
a { background-color: #D68CCA; }
a { background-color: rgb(214,140,202); }
div.DivClassName
{
background-color: #D68CCA;
}
.BgClassName
{
background-color: #D68CCA;
}
</style>
border-color css
<style>
span { border-color: #D68CCA; }
span { border-color: rgb(214,140,202); }
td.TdClassName
{
border-color: #D68CCA;
}
.TagClassName
{
border-color: #D68CCA;
}
</style>