Shades of Lilac #D68BC4
Tints of Lilac #D68BC4
RGB
CMYK
RGB Variations
Color information
#D68BC4 (or 0xD68BC4) is known color: Lilac. HEX triplet: D6, 8B and C4. RGB value is (214,139,196). Sum of RGB (Red+Green+Blue) = 214+139+196=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BC4 is #29743B. Grayscale: #A7A7A7. Windows color (decimal): -2716732 or 12880854. OLE color: 12880854.
HSL color Cylindrical-coordinate representation of color #D68BC4: hue angle of 314.4º degrees, saturation: 0.48, 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 #D68BC4 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 196 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.16 |
| HSL | 314.4º | 0.48% | 0.69% | - |
| HSV(B) | 314.4º | 0.35% | 0.84% | - |
| XYZ | 46.93 | 36.75 | 56.84 | - |
| YUV | 167.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 196 | 0 | 0.35 | 0.08 | 0.16 | 314.4 | 0.48 | 0.69 |
| Hex | D6 | 8B | C4 | 0 | 23 | 8 | 10 | 13A | 30 | 45 |
| Octal | 326 | 213 | 304 | 0 | 43 | 10 | 20 | 472 | 60 | 105 |
| Binary | 11010110 | 10001011 | 11000100 | 0 | 100011 | 1000 | 10000 | 100111010 | 110000 | 1000101 |
Color Harmonies of #D68BC4
Complementary color
Monochromatic Colors of #D68BC4
Black with #D68BC4
Text Example
Text Example
White with #D68BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BC4; }
p { color: rgb(214,139,196); }
H1.HeaderClassName
{
color: #D68BC4;
}
.AnyTagClassName
{
color: #D68BC4;
}
</style>
background-color css
<style>
a { background-color: #D68BC4; }
a { background-color: rgb(214,139,196); }
div.DivClassName
{
background-color: #D68BC4;
}
.BgClassName
{
background-color: #D68BC4;
}
</style>
border-color css
<style>
span { border-color: #D68BC4; }
span { border-color: rgb(214,139,196); }
td.TdClassName
{
border-color: #D68BC4;
}
.TagClassName
{
border-color: #D68BC4;
}
</style>