Shades of Heliotrope #D166FD
Tints of Heliotrope #D166FD
RGB
CMYK
RGB Variations
Color information
#D166FD (or 0xD166FD) is known color: Heliotrope. HEX triplet: D1, 66 and FD. RGB value is (209,102,253). Sum of RGB (Red+Green+Blue) = 209+102+253=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 102 (40.23% from 255 or 18.09% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #D166FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D166FD is #2E9902. Grayscale: #969696. Windows color (decimal): -3053827 or 16606929. OLE color: 16606929.
HSL color Cylindrical-coordinate representation of color #D166FD: hue angle of 282.52º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D166FD is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 102 | 253 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.01 |
| HSL | 282.52º | 0.97% | 0.7% | - |
| HSV(B) | 282.52º | 0.6% | 0.99% | - |
| XYZ | 48.78 | 30.15 | 96.18 | - |
| YUV | 151.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 253 | 0.17 | 0.60 | 0 | 0.01 | 282.52 | 0.97 | 0.7 |
| Hex | D1 | 66 | FD | 11 | 3C | 0 | 1 | 11B | 61 | 46 |
| Octal | 321 | 146 | 375 | 21 | 74 | 0 | 1 | 433 | 141 | 106 |
| Binary | 11010001 | 1100110 | 11111101 | 10001 | 111100 | 0 | 1 | 100011011 | 1100001 | 1000110 |
Color Harmonies of #D166FD
Complementary color
Monochromatic Colors of #D166FD
Black with #D166FD
Text Example
Text Example
White with #D166FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D166FD; }
p { color: rgb(209,102,253); }
H1.HeaderClassName
{
color: #D166FD;
}
.AnyTagClassName
{
color: #D166FD;
}
</style>
background-color css
<style>
a { background-color: #D166FD; }
a { background-color: rgb(209,102,253); }
div.DivClassName
{
background-color: #D166FD;
}
.BgClassName
{
background-color: #D166FD;
}
</style>
border-color css
<style>
span { border-color: #D166FD; }
span { border-color: rgb(209,102,253); }
td.TdClassName
{
border-color: #D166FD;
}
.TagClassName
{
border-color: #D166FD;
}
</style>