Shades of Heliotrope #D88CFE
Tints of Heliotrope #D88CFE
RGB
CMYK
RGB Variations
Color information
#D88CFE (or 0xD88CFE) is known color: Heliotrope. HEX triplet: D8, 8C and FE. RGB value is (216,140,254). Sum of RGB (Red+Green+Blue) = 216+140+254=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #D88CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88CFE is #277301. Grayscale: #AFAFAF. Windows color (decimal): -2585346 or 16682200. OLE color: 16682200.
HSL color Cylindrical-coordinate representation of color #D88CFE: hue angle of 280º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D88CFE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 140 | 254 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.00 |
| HSL | 280º | 0.98% | 0.77% | - |
| HSV(B) | 280º | 0.45% | 1% | - |
| XYZ | 55.59 | 40.51 | 98.66 | - |
| YUV | 175.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 254 | 0.15 | 0.45 | 0 | 0.00 | 280 | 0.98 | 0.77 |
| Hex | D8 | 8C | FE | F | 2D | 0 | 0 | 118 | 62 | 4D |
| Octal | 330 | 214 | 376 | 17 | 55 | 0 | 0 | 430 | 142 | 115 |
| Binary | 11011000 | 10001100 | 11111110 | 1111 | 101101 | 0 | 0 | 100011000 | 1100010 | 1001101 |
Color Harmonies of #D88CFE
Complementary color
Monochromatic Colors of #D88CFE
Black with #D88CFE
Text Example
Text Example
White with #D88CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88CFE; }
p { color: rgb(216,140,254); }
H1.HeaderClassName
{
color: #D88CFE;
}
.AnyTagClassName
{
color: #D88CFE;
}
</style>
background-color css
<style>
a { background-color: #D88CFE; }
a { background-color: rgb(216,140,254); }
div.DivClassName
{
background-color: #D88CFE;
}
.BgClassName
{
background-color: #D88CFE;
}
</style>
border-color css
<style>
span { border-color: #D88CFE; }
span { border-color: rgb(216,140,254); }
td.TdClassName
{
border-color: #D88CFE;
}
.TagClassName
{
border-color: #D88CFE;
}
</style>