Shades of Lilac #D68CC4
Tints of Lilac #D68CC4
RGB
CMYK
RGB Variations
Color information
#D68CC4 (or 0xD68CC4) is known color: Lilac. HEX triplet: D6, 8C and C4. RGB value is (214,140,196). Sum of RGB (Red+Green+Blue) = 214+140+196=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CC4 is #29733B. Grayscale: #A8A8A8. Windows color (decimal): -2716476 or 12881110. OLE color: 12881110.
HSL color Cylindrical-coordinate representation of color #D68CC4: hue angle of 314.59º 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 #D68CC4 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 196 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.16 |
| HSL | 314.59º | 0.47% | 0.69% | - |
| HSV(B) | 314.59º | 0.35% | 0.84% | - |
| XYZ | 47.07 | 37.04 | 56.89 | - |
| YUV | 168.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 196 | 0 | 0.35 | 0.08 | 0.16 | 314.59 | 0.47 | 0.69 |
| Hex | D6 | 8C | C4 | 0 | 23 | 8 | 10 | 13B | 2F | 45 |
| Octal | 326 | 214 | 304 | 0 | 43 | 10 | 20 | 473 | 57 | 105 |
| Binary | 11010110 | 10001100 | 11000100 | 0 | 100011 | 1000 | 10000 | 100111011 | 101111 | 1000101 |
Color Harmonies of #D68CC4
Complementary color
Monochromatic Colors of #D68CC4
Black with #D68CC4
Text Example
Text Example
White with #D68CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CC4; }
p { color: rgb(214,140,196); }
H1.HeaderClassName
{
color: #D68CC4;
}
.AnyTagClassName
{
color: #D68CC4;
}
</style>
background-color css
<style>
a { background-color: #D68CC4; }
a { background-color: rgb(214,140,196); }
div.DivClassName
{
background-color: #D68CC4;
}
.BgClassName
{
background-color: #D68CC4;
}
</style>
border-color css
<style>
span { border-color: #D68CC4; }
span { border-color: rgb(214,140,196); }
td.TdClassName
{
border-color: #D68CC4;
}
.TagClassName
{
border-color: #D68CC4;
}
</style>