Shades of Heliotrope #D18CFA
Tints of Heliotrope #D18CFA
RGB
CMYK
RGB Variations
Color information
#D18CFA (or 0xD18CFA) is known color: Heliotrope. HEX triplet: D1, 8C and FA. RGB value is (209,140,250). Sum of RGB (Red+Green+Blue) = 209+140+250=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #D18CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18CFA is #2E7305. Grayscale: #ACACAC. Windows color (decimal): -3044102 or 16420049. OLE color: 16420049.
HSL color Cylindrical-coordinate representation of color #D18CFA: hue angle of 277.64º degrees, saturation: 0.92, 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 #D18CFA is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 140 | 250 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.02 |
| HSL | 277.64º | 0.92% | 0.76% | - |
| HSV(B) | 277.64º | 0.44% | 0.98% | - |
| XYZ | 52.93 | 39.21 | 95.22 | - |
| YUV | 173.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 250 | 0.16 | 0.44 | 0 | 0.02 | 277.64 | 0.92 | 0.76 |
| Hex | D1 | 8C | FA | 10 | 2C | 0 | 2 | 116 | 5C | 4C |
| Octal | 321 | 214 | 372 | 20 | 54 | 0 | 2 | 426 | 134 | 114 |
| Binary | 11010001 | 10001100 | 11111010 | 10000 | 101100 | 0 | 10 | 100010110 | 1011100 | 1001100 |
Color Harmonies of #D18CFA
Complementary color
Monochromatic Colors of #D18CFA
Black with #D18CFA
Text Example
Text Example
White with #D18CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CFA; }
p { color: rgb(209,140,250); }
H1.HeaderClassName
{
color: #D18CFA;
}
.AnyTagClassName
{
color: #D18CFA;
}
</style>
background-color css
<style>
a { background-color: #D18CFA; }
a { background-color: rgb(209,140,250); }
div.DivClassName
{
background-color: #D18CFA;
}
.BgClassName
{
background-color: #D18CFA;
}
</style>
border-color css
<style>
span { border-color: #D18CFA; }
span { border-color: rgb(209,140,250); }
td.TdClassName
{
border-color: #D18CFA;
}
.TagClassName
{
border-color: #D18CFA;
}
</style>