Shades of Heliotrope #D165FD
Tints of Heliotrope #D165FD
RGB
CMYK
RGB Variations
Color information
#D165FD (or 0xD165FD) is known color: Heliotrope. HEX triplet: D1, 65 and FD. RGB value is (209,101,253). Sum of RGB (Red+Green+Blue) = 209+101+253=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #D165FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D165FD is #2E9A02. Grayscale: #969696. Windows color (decimal): -3054083 or 16606673. OLE color: 16606673.
HSL color Cylindrical-coordinate representation of color #D165FD: hue angle of 282.63º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D165FD is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 101 | 253 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.01 |
| HSL | 282.63º | 0.97% | 0.69% | - |
| HSV(B) | 282.63º | 0.6% | 0.99% | - |
| XYZ | 48.68 | 29.95 | 96.14 | - |
| YUV | 150.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 101 | 253 | 0.17 | 0.60 | 0 | 0.01 | 282.63 | 0.97 | 0.69 |
| Hex | D1 | 65 | FD | 11 | 3C | 0 | 1 | 11B | 61 | 45 |
| Octal | 321 | 145 | 375 | 21 | 74 | 0 | 1 | 433 | 141 | 105 |
| Binary | 11010001 | 1100101 | 11111101 | 10001 | 111100 | 0 | 1 | 100011011 | 1100001 | 1000101 |
Color Harmonies of #D165FD
Complementary color
Monochromatic Colors of #D165FD
Black with #D165FD
Text Example
Text Example
White with #D165FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D165FD; }
p { color: rgb(209,101,253); }
H1.HeaderClassName
{
color: #D165FD;
}
.AnyTagClassName
{
color: #D165FD;
}
</style>
background-color css
<style>
a { background-color: #D165FD; }
a { background-color: rgb(209,101,253); }
div.DivClassName
{
background-color: #D165FD;
}
.BgClassName
{
background-color: #D165FD;
}
</style>
border-color css
<style>
span { border-color: #D165FD; }
span { border-color: rgb(209,101,253); }
td.TdClassName
{
border-color: #D165FD;
}
.TagClassName
{
border-color: #D165FD;
}
</style>