Shades of Lilac #D68CCC
Tints of Lilac #D68CCC
RGB
CMYK
RGB Variations
Color information
#D68CCC (or 0xD68CCC) is known color: Lilac. HEX triplet: D6, 8C and CC. RGB value is (214,140,204). Sum of RGB (Red+Green+Blue) = 214+140+204=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CCC is #297333. Grayscale: #A9A9A9. Windows color (decimal): -2716468 or 13405398. OLE color: 13405398.
HSL color Cylindrical-coordinate representation of color #D68CCC: hue angle of 308.11º 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 #D68CCC is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 204 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.16 |
| HSL | 308.11º | 0.47% | 0.69% | - |
| HSV(B) | 308.11º | 0.35% | 0.84% | - |
| XYZ | 48.01 | 37.41 | 61.82 | - |
| YUV | 169.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 204 | 0 | 0.35 | 0.05 | 0.16 | 308.11 | 0.47 | 0.69 |
| Hex | D6 | 8C | CC | 0 | 23 | 5 | 10 | 134 | 2F | 45 |
| Octal | 326 | 214 | 314 | 0 | 43 | 5 | 20 | 464 | 57 | 105 |
| Binary | 11010110 | 10001100 | 11001100 | 0 | 100011 | 101 | 10000 | 100110100 | 101111 | 1000101 |
Color Harmonies of #D68CCC
Complementary color
Monochromatic Colors of #D68CCC
Black with #D68CCC
Text Example
Text Example
White with #D68CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CCC; }
p { color: rgb(214,140,204); }
H1.HeaderClassName
{
color: #D68CCC;
}
.AnyTagClassName
{
color: #D68CCC;
}
</style>
background-color css
<style>
a { background-color: #D68CCC; }
a { background-color: rgb(214,140,204); }
div.DivClassName
{
background-color: #D68CCC;
}
.BgClassName
{
background-color: #D68CCC;
}
</style>
border-color css
<style>
span { border-color: #D68CCC; }
span { border-color: rgb(214,140,204); }
td.TdClassName
{
border-color: #D68CCC;
}
.TagClassName
{
border-color: #D68CCC;
}
</style>