Shades of Lilac #D68BCB
Tints of Lilac #D68BCB
RGB
CMYK
RGB Variations
Color information
#D68BCB (or 0xD68BCB) is known color: Lilac. HEX triplet: D6, 8B and CB. RGB value is (214,139,203). Sum of RGB (Red+Green+Blue) = 214+139+203=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68BCB is #297434. Grayscale: #A8A8A8. Windows color (decimal): -2716725 or 13339606. OLE color: 13339606.
HSL color Cylindrical-coordinate representation of color #D68BCB: hue angle of 308.8º 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 #D68BCB is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 203 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.16 |
| HSL | 308.8º | 0.48% | 0.69% | - |
| HSV(B) | 308.8º | 0.35% | 0.84% | - |
| XYZ | 47.74 | 37.07 | 61.14 | - |
| YUV | 168.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 203 | 0 | 0.35 | 0.05 | 0.16 | 308.8 | 0.48 | 0.69 |
| Hex | D6 | 8B | CB | 0 | 23 | 5 | 10 | 135 | 30 | 45 |
| Octal | 326 | 213 | 313 | 0 | 43 | 5 | 20 | 465 | 60 | 105 |
| Binary | 11010110 | 10001011 | 11001011 | 0 | 100011 | 101 | 10000 | 100110101 | 110000 | 1000101 |
Color Harmonies of #D68BCB
Complementary color
Monochromatic Colors of #D68BCB
Black with #D68BCB
Text Example
Text Example
White with #D68BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BCB; }
p { color: rgb(214,139,203); }
H1.HeaderClassName
{
color: #D68BCB;
}
.AnyTagClassName
{
color: #D68BCB;
}
</style>
background-color css
<style>
a { background-color: #D68BCB; }
a { background-color: rgb(214,139,203); }
div.DivClassName
{
background-color: #D68BCB;
}
.BgClassName
{
background-color: #D68BCB;
}
</style>
border-color css
<style>
span { border-color: #D68BCB; }
span { border-color: rgb(214,139,203); }
td.TdClassName
{
border-color: #D68BCB;
}
.TagClassName
{
border-color: #D68BCB;
}
</style>