Shades of Heliotrope #D67DFB
Tints of Heliotrope #D67DFB
RGB
CMYK
RGB Variations
Color information
#D67DFB (or 0xD67DFB) is known color: Heliotrope. HEX triplet: D6, 7D and FB. RGB value is (214,125,251). Sum of RGB (Red+Green+Blue) = 214+125+251=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #D67DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67DFB is #298204. Grayscale: #A5A5A5. Windows color (decimal): -2720261 or 16481750. OLE color: 16481750.
HSL color Cylindrical-coordinate representation of color #D67DFB: hue angle of 282.38º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67DFB is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 125 | 251 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.02 |
| HSL | 282.38º | 0.94% | 0.74% | - |
| HSV(B) | 282.38º | 0.5% | 0.98% | - |
| XYZ | 52.48 | 35.93 | 95.44 | - |
| YUV | 165.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 251 | 0.15 | 0.50 | 0 | 0.02 | 282.38 | 0.94 | 0.74 |
| Hex | D6 | 7D | FB | F | 32 | 0 | 2 | 11A | 5E | 4A |
| Octal | 326 | 175 | 373 | 17 | 62 | 0 | 2 | 432 | 136 | 112 |
| Binary | 11010110 | 1111101 | 11111011 | 1111 | 110010 | 0 | 10 | 100011010 | 1011110 | 1001010 |
Color Harmonies of #D67DFB
Complementary color
Monochromatic Colors of #D67DFB
Black with #D67DFB
Text Example
Text Example
White with #D67DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67DFB; }
p { color: rgb(214,125,251); }
H1.HeaderClassName
{
color: #D67DFB;
}
.AnyTagClassName
{
color: #D67DFB;
}
</style>
background-color css
<style>
a { background-color: #D67DFB; }
a { background-color: rgb(214,125,251); }
div.DivClassName
{
background-color: #D67DFB;
}
.BgClassName
{
background-color: #D67DFB;
}
</style>
border-color css
<style>
span { border-color: #D67DFB; }
span { border-color: rgb(214,125,251); }
td.TdClassName
{
border-color: #D67DFB;
}
.TagClassName
{
border-color: #D67DFB;
}
</style>