Shades of Lilac #D68CCB
Tints of Lilac #D68CCB
RGB
CMYK
RGB Variations
Color information
#D68CCB (or 0xD68CCB) is known color: Lilac. HEX triplet: D6, 8C and CB. RGB value is (214,140,203). Sum of RGB (Red+Green+Blue) = 214+140+203=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CCB is #297334. Grayscale: #A9A9A9. Windows color (decimal): -2716469 or 13339862. OLE color: 13339862.
HSL color Cylindrical-coordinate representation of color #D68CCB: hue angle of 308.92º 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 #D68CCB is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 203 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.16 |
| HSL | 308.92º | 0.47% | 0.69% | - |
| HSV(B) | 308.92º | 0.35% | 0.84% | - |
| XYZ | 47.89 | 37.36 | 61.19 | - |
| YUV | 169.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 203 | 0 | 0.35 | 0.05 | 0.16 | 308.92 | 0.47 | 0.69 |
| Hex | D6 | 8C | CB | 0 | 23 | 5 | 10 | 135 | 2F | 45 |
| Octal | 326 | 214 | 313 | 0 | 43 | 5 | 20 | 465 | 57 | 105 |
| Binary | 11010110 | 10001100 | 11001011 | 0 | 100011 | 101 | 10000 | 100110101 | 101111 | 1000101 |
Color Harmonies of #D68CCB
Complementary color
Monochromatic Colors of #D68CCB
Black with #D68CCB
Text Example
Text Example
White with #D68CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CCB; }
p { color: rgb(214,140,203); }
H1.HeaderClassName
{
color: #D68CCB;
}
.AnyTagClassName
{
color: #D68CCB;
}
</style>
background-color css
<style>
a { background-color: #D68CCB; }
a { background-color: rgb(214,140,203); }
div.DivClassName
{
background-color: #D68CCB;
}
.BgClassName
{
background-color: #D68CCB;
}
</style>
border-color css
<style>
span { border-color: #D68CCB; }
span { border-color: rgb(214,140,203); }
td.TdClassName
{
border-color: #D68CCB;
}
.TagClassName
{
border-color: #D68CCB;
}
</style>