Shades of Heliotrope #D66BEC
Tints of Heliotrope #D66BEC
RGB
CMYK
RGB Variations
Color information
#D66BEC (or 0xD66BEC) is known color: Heliotrope. HEX triplet: D6, 6B and EC. RGB value is (214,107,236). Sum of RGB (Red+Green+Blue) = 214+107+236=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #D66BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66BEC is #299413. Grayscale: #999999. Windows color (decimal): -2724884 or 15494102. OLE color: 15494102.
HSL color Cylindrical-coordinate representation of color #D66BEC: hue angle of 289.77º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66BEC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 107 | 236 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.07 |
| HSL | 289.77º | 0.77% | 0.67% | - |
| HSV(B) | 289.77º | 0.55% | 0.93% | - |
| XYZ | 48.13 | 30.87 | 82.78 | - |
| YUV | 153.7 | 174.45 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 236 | 0.09 | 0.55 | 0 | 0.07 | 289.77 | 0.77 | 0.67 |
| Hex | D6 | 6B | EC | 9 | 37 | 0 | 7 | 122 | 4D | 43 |
| Octal | 326 | 153 | 354 | 11 | 67 | 0 | 7 | 442 | 115 | 103 |
| Binary | 11010110 | 1101011 | 11101100 | 1001 | 110111 | 0 | 111 | 100100010 | 1001101 | 1000011 |
Color Harmonies of #D66BEC
Complementary color
Monochromatic Colors of #D66BEC
Black with #D66BEC
Text Example
Text Example
White with #D66BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66BEC; }
p { color: rgb(214,107,236); }
H1.HeaderClassName
{
color: #D66BEC;
}
.AnyTagClassName
{
color: #D66BEC;
}
</style>
background-color css
<style>
a { background-color: #D66BEC; }
a { background-color: rgb(214,107,236); }
div.DivClassName
{
background-color: #D66BEC;
}
.BgClassName
{
background-color: #D66BEC;
}
</style>
border-color css
<style>
span { border-color: #D66BEC; }
span { border-color: rgb(214,107,236); }
td.TdClassName
{
border-color: #D66BEC;
}
.TagClassName
{
border-color: #D66BEC;
}
</style>