Shades of Heliotrope #D36CF1
Tints of Heliotrope #D36CF1
RGB
CMYK
RGB Variations
Color information
#D36CF1 (or 0xD36CF1) is known color: Heliotrope. HEX triplet: D3, 6C and F1. RGB value is (211,108,241). Sum of RGB (Red+Green+Blue) = 211+108+241=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #D36CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36CF1 is #2C930E. Grayscale: #999999. Windows color (decimal): -2921231 or 15822035. OLE color: 15822035.
HSL color Cylindrical-coordinate representation of color #D36CF1: hue angle of 286.47º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D36CF1 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 108 | 241 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.05 |
| HSL | 286.47º | 0.83% | 0.68% | - |
| HSV(B) | 286.47º | 0.55% | 0.95% | - |
| XYZ | 48.1 | 30.92 | 86.65 | - |
| YUV | 153.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 241 | 0.12 | 0.55 | 0 | 0.05 | 286.47 | 0.83 | 0.68 |
| Hex | D3 | 6C | F1 | C | 37 | 0 | 5 | 11E | 53 | 44 |
| Octal | 323 | 154 | 361 | 14 | 67 | 0 | 5 | 436 | 123 | 104 |
| Binary | 11010011 | 1101100 | 11110001 | 1100 | 110111 | 0 | 101 | 100011110 | 1010011 | 1000100 |
Color Harmonies of #D36CF1
Complementary color
Monochromatic Colors of #D36CF1
Black with #D36CF1
Text Example
Text Example
White with #D36CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CF1; }
p { color: rgb(211,108,241); }
H1.HeaderClassName
{
color: #D36CF1;
}
.AnyTagClassName
{
color: #D36CF1;
}
</style>
background-color css
<style>
a { background-color: #D36CF1; }
a { background-color: rgb(211,108,241); }
div.DivClassName
{
background-color: #D36CF1;
}
.BgClassName
{
background-color: #D36CF1;
}
</style>
border-color css
<style>
span { border-color: #D36CF1; }
span { border-color: rgb(211,108,241); }
td.TdClassName
{
border-color: #D36CF1;
}
.TagClassName
{
border-color: #D36CF1;
}
</style>