Shades of Heliotrope #D18FFD
Tints of Heliotrope #D18FFD
RGB
CMYK
RGB Variations
Color information
#D18FFD (or 0xD18FFD) is known color: Heliotrope. HEX triplet: D1, 8F and FD. RGB value is (209,143,253). Sum of RGB (Red+Green+Blue) = 209+143+253=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #D18FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18FFD is #2E7002. Grayscale: #AEAEAE. Windows color (decimal): -3043331 or 16617425. OLE color: 16617425.
HSL color Cylindrical-coordinate representation of color #D18FFD: hue angle of 276º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D18FFD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 143 | 253 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.01 |
| HSL | 276º | 0.96% | 0.78% | - |
| HSV(B) | 276º | 0.43% | 0.99% | - |
| XYZ | 53.85 | 40.29 | 97.87 | - |
| YUV | 175.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 253 | 0.17 | 0.43 | 0 | 0.01 | 276 | 0.96 | 0.78 |
| Hex | D1 | 8F | FD | 11 | 2B | 0 | 1 | 114 | 60 | 4E |
| Octal | 321 | 217 | 375 | 21 | 53 | 0 | 1 | 424 | 140 | 116 |
| Binary | 11010001 | 10001111 | 11111101 | 10001 | 101011 | 0 | 1 | 100010100 | 1100000 | 1001110 |
Color Harmonies of #D18FFD
Complementary color
Monochromatic Colors of #D18FFD
Black with #D18FFD
Text Example
Text Example
White with #D18FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FFD; }
p { color: rgb(209,143,253); }
H1.HeaderClassName
{
color: #D18FFD;
}
.AnyTagClassName
{
color: #D18FFD;
}
</style>
background-color css
<style>
a { background-color: #D18FFD; }
a { background-color: rgb(209,143,253); }
div.DivClassName
{
background-color: #D18FFD;
}
.BgClassName
{
background-color: #D18FFD;
}
</style>
border-color css
<style>
span { border-color: #D18FFD; }
span { border-color: rgb(209,143,253); }
td.TdClassName
{
border-color: #D18FFD;
}
.TagClassName
{
border-color: #D18FFD;
}
</style>