Shades of Heliotrope #D88CFB
Tints of Heliotrope #D88CFB
RGB
CMYK
RGB Variations
Color information
#D88CFB (or 0xD88CFB) is known color: Heliotrope. HEX triplet: D8, 8C and FB. RGB value is (216,140,251). Sum of RGB (Red+Green+Blue) = 216+140+251=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #D88CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88CFB is #277304. Grayscale: #AFAFAF. Windows color (decimal): -2585349 or 16485592. OLE color: 16485592.
HSL color Cylindrical-coordinate representation of color #D88CFB: hue angle of 281.08º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D88CFB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 140 | 251 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.02 |
| HSL | 281.08º | 0.93% | 0.77% | - |
| HSV(B) | 281.08º | 0.44% | 0.98% | - |
| XYZ | 55.11 | 40.32 | 96.14 | - |
| YUV | 175.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 251 | 0.14 | 0.44 | 0 | 0.02 | 281.08 | 0.93 | 0.77 |
| Hex | D8 | 8C | FB | E | 2C | 0 | 2 | 119 | 5D | 4D |
| Octal | 330 | 214 | 373 | 16 | 54 | 0 | 2 | 431 | 135 | 115 |
| Binary | 11011000 | 10001100 | 11111011 | 1110 | 101100 | 0 | 10 | 100011001 | 1011101 | 1001101 |
Color Harmonies of #D88CFB
Complementary color
Monochromatic Colors of #D88CFB
Black with #D88CFB
Text Example
Text Example
White with #D88CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88CFB; }
p { color: rgb(216,140,251); }
H1.HeaderClassName
{
color: #D88CFB;
}
.AnyTagClassName
{
color: #D88CFB;
}
</style>
background-color css
<style>
a { background-color: #D88CFB; }
a { background-color: rgb(216,140,251); }
div.DivClassName
{
background-color: #D88CFB;
}
.BgClassName
{
background-color: #D88CFB;
}
</style>
border-color css
<style>
span { border-color: #D88CFB; }
span { border-color: rgb(216,140,251); }
td.TdClassName
{
border-color: #D88CFB;
}
.TagClassName
{
border-color: #D88CFB;
}
</style>