Shades of Heliotrope #D17CFD
Tints of Heliotrope #D17CFD
RGB
CMYK
RGB Variations
Color information
#D17CFD (or 0xD17CFD) is known color: Heliotrope. HEX triplet: D1, 7C and FD. RGB value is (209,124,253). Sum of RGB (Red+Green+Blue) = 209+124+253=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #D17CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17CFD is #2E8302. Grayscale: #A3A3A3. Windows color (decimal): -3048195 or 16612561. OLE color: 16612561.
HSL color Cylindrical-coordinate representation of color #D17CFD: hue angle of 279.53º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D17CFD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 124 | 253 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.01 |
| HSL | 279.53º | 0.97% | 0.74% | - |
| HSV(B) | 279.53º | 0.51% | 0.99% | - |
| XYZ | 51.23 | 35.06 | 97 | - |
| YUV | 164.12 | 178.16 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 253 | 0.17 | 0.51 | 0 | 0.01 | 279.53 | 0.97 | 0.74 |
| Hex | D1 | 7C | FD | 11 | 33 | 0 | 1 | 118 | 61 | 4A |
| Octal | 321 | 174 | 375 | 21 | 63 | 0 | 1 | 430 | 141 | 112 |
| Binary | 11010001 | 1111100 | 11111101 | 10001 | 110011 | 0 | 1 | 100011000 | 1100001 | 1001010 |
Color Harmonies of #D17CFD
Complementary color
Monochromatic Colors of #D17CFD
Black with #D17CFD
Text Example
Text Example
White with #D17CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17CFD; }
p { color: rgb(209,124,253); }
H1.HeaderClassName
{
color: #D17CFD;
}
.AnyTagClassName
{
color: #D17CFD;
}
</style>
background-color css
<style>
a { background-color: #D17CFD; }
a { background-color: rgb(209,124,253); }
div.DivClassName
{
background-color: #D17CFD;
}
.BgClassName
{
background-color: #D17CFD;
}
</style>
border-color css
<style>
span { border-color: #D17CFD; }
span { border-color: rgb(209,124,253); }
td.TdClassName
{
border-color: #D17CFD;
}
.TagClassName
{
border-color: #D17CFD;
}
</style>