Shades of Heliotrope #D36FFE
Tints of Heliotrope #D36FFE
RGB
CMYK
RGB Variations
Color information
#D36FFE (or 0xD36FFE) is known color: Heliotrope. HEX triplet: D3, 6F and FE. RGB value is (211,111,254). Sum of RGB (Red+Green+Blue) = 211+111+254=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #D36FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36FFE is #2C9001. Grayscale: #9C9C9C. Windows color (decimal): -2920450 or 16674771. OLE color: 16674771.
HSL color Cylindrical-coordinate representation of color #D36FFE: hue angle of 281.96º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D36FFE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 111 | 254 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.00 |
| HSL | 281.96º | 0.99% | 0.72% | - |
| HSV(B) | 281.96º | 0.56% | 1% | - |
| XYZ | 50.44 | 32.37 | 97.36 | - |
| YUV | 157.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 254 | 0.17 | 0.56 | 0 | 0.00 | 281.96 | 0.99 | 0.72 |
| Hex | D3 | 6F | FE | 11 | 38 | 0 | 0 | 11A | 63 | 48 |
| Octal | 323 | 157 | 376 | 21 | 70 | 0 | 0 | 432 | 143 | 110 |
| Binary | 11010011 | 1101111 | 11111110 | 10001 | 111000 | 0 | 0 | 100011010 | 1100011 | 1001000 |
Color Harmonies of #D36FFE
Complementary color
Monochromatic Colors of #D36FFE
Black with #D36FFE
Text Example
Text Example
White with #D36FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36FFE; }
p { color: rgb(211,111,254); }
H1.HeaderClassName
{
color: #D36FFE;
}
.AnyTagClassName
{
color: #D36FFE;
}
</style>
background-color css
<style>
a { background-color: #D36FFE; }
a { background-color: rgb(211,111,254); }
div.DivClassName
{
background-color: #D36FFE;
}
.BgClassName
{
background-color: #D36FFE;
}
</style>
border-color css
<style>
span { border-color: #D36FFE; }
span { border-color: rgb(211,111,254); }
td.TdClassName
{
border-color: #D36FFE;
}
.TagClassName
{
border-color: #D36FFE;
}
</style>