Shades of Heliotrope #D18FFC
Tints of Heliotrope #D18FFC
RGB
CMYK
RGB Variations
Color information
#D18FFC (or 0xD18FFC) is known color: Heliotrope. HEX triplet: D1, 8F and FC. RGB value is (209,143,252). Sum of RGB (Red+Green+Blue) = 209+143+252=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 143 (56.25% from 255 or 23.68% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #D18FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18FFC is #2E7003. Grayscale: #AEAEAE. Windows color (decimal): -3043332 or 16551889. OLE color: 16551889.
HSL color Cylindrical-coordinate representation of color #D18FFC: hue angle of 276.33º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D18FFC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 143 | 252 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.01 |
| HSL | 276.33º | 0.95% | 0.77% | - |
| HSV(B) | 276.33º | 0.43% | 0.99% | - |
| XYZ | 53.69 | 40.23 | 97.03 | - |
| YUV | 175.16 | 171.37 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 252 | 0.17 | 0.43 | 0 | 0.01 | 276.33 | 0.95 | 0.77 |
| Hex | D1 | 8F | FC | 11 | 2B | 0 | 1 | 114 | 5F | 4D |
| Octal | 321 | 217 | 374 | 21 | 53 | 0 | 1 | 424 | 137 | 115 |
| Binary | 11010001 | 10001111 | 11111100 | 10001 | 101011 | 0 | 1 | 100010100 | 1011111 | 1001101 |
Color Harmonies of #D18FFC
Complementary color
Monochromatic Colors of #D18FFC
Black with #D18FFC
Text Example
Text Example
White with #D18FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FFC; }
p { color: rgb(209,143,252); }
H1.HeaderClassName
{
color: #D18FFC;
}
.AnyTagClassName
{
color: #D18FFC;
}
</style>
background-color css
<style>
a { background-color: #D18FFC; }
a { background-color: rgb(209,143,252); }
div.DivClassName
{
background-color: #D18FFC;
}
.BgClassName
{
background-color: #D18FFC;
}
</style>
border-color css
<style>
span { border-color: #D18FFC; }
span { border-color: rgb(209,143,252); }
td.TdClassName
{
border-color: #D18FFC;
}
.TagClassName
{
border-color: #D18FFC;
}
</style>