Shades of Heliotrope #D18CF9
Tints of Heliotrope #D18CF9
RGB
CMYK
RGB Variations
Color information
#D18CF9 (or 0xD18CF9) is known color: Heliotrope. HEX triplet: D1, 8C and F9. RGB value is (209,140,249). Sum of RGB (Red+Green+Blue) = 209+140+249=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #D18CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18CF9 is #2E7306. Grayscale: #ACACAC. Windows color (decimal): -3044103 or 16354513. OLE color: 16354513.
HSL color Cylindrical-coordinate representation of color #D18CF9: hue angle of 277.98º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18CF9 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 140 | 249 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.02 |
| HSL | 277.98º | 0.9% | 0.76% | - |
| HSV(B) | 277.98º | 0.44% | 0.98% | - |
| XYZ | 52.77 | 39.15 | 94.4 | - |
| YUV | 173.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 249 | 0.16 | 0.44 | 0 | 0.02 | 277.98 | 0.9 | 0.76 |
| Hex | D1 | 8C | F9 | 10 | 2C | 0 | 2 | 116 | 5A | 4C |
| Octal | 321 | 214 | 371 | 20 | 54 | 0 | 2 | 426 | 132 | 114 |
| Binary | 11010001 | 10001100 | 11111001 | 10000 | 101100 | 0 | 10 | 100010110 | 1011010 | 1001100 |
Color Harmonies of #D18CF9
Complementary color
Monochromatic Colors of #D18CF9
Black with #D18CF9
Text Example
Text Example
White with #D18CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CF9; }
p { color: rgb(209,140,249); }
H1.HeaderClassName
{
color: #D18CF9;
}
.AnyTagClassName
{
color: #D18CF9;
}
</style>
background-color css
<style>
a { background-color: #D18CF9; }
a { background-color: rgb(209,140,249); }
div.DivClassName
{
background-color: #D18CF9;
}
.BgClassName
{
background-color: #D18CF9;
}
</style>
border-color css
<style>
span { border-color: #D18CF9; }
span { border-color: rgb(209,140,249); }
td.TdClassName
{
border-color: #D18CF9;
}
.TagClassName
{
border-color: #D18CF9;
}
</style>