Shades of Heliotrope #D66BED
Tints of Heliotrope #D66BED
RGB
CMYK
RGB Variations
Color information
#D66BED (or 0xD66BED) is known color: Heliotrope. HEX triplet: D6, 6B and ED. RGB value is (214,107,237). Sum of RGB (Red+Green+Blue) = 214+107+237=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #D66BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66BED is #299412. Grayscale: #999999. Windows color (decimal): -2724883 or 15559638. OLE color: 15559638.
HSL color Cylindrical-coordinate representation of color #D66BED: hue angle of 289.38º degrees, saturation: 0.78, 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 #D66BED is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 107 | 237 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.07 |
| HSL | 289.38º | 0.78% | 0.67% | - |
| HSV(B) | 289.38º | 0.55% | 0.93% | - |
| XYZ | 48.28 | 30.93 | 83.55 | - |
| YUV | 153.81 | 174.95 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 237 | 0.10 | 0.55 | 0 | 0.07 | 289.38 | 0.78 | 0.67 |
| Hex | D6 | 6B | ED | A | 37 | 0 | 7 | 121 | 4E | 43 |
| Octal | 326 | 153 | 355 | 12 | 67 | 0 | 7 | 441 | 116 | 103 |
| Binary | 11010110 | 1101011 | 11101101 | 1010 | 110111 | 0 | 111 | 100100001 | 1001110 | 1000011 |
Color Harmonies of #D66BED
Complementary color
Monochromatic Colors of #D66BED
Black with #D66BED
Text Example
Text Example
White with #D66BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66BED; }
p { color: rgb(214,107,237); }
H1.HeaderClassName
{
color: #D66BED;
}
.AnyTagClassName
{
color: #D66BED;
}
</style>
background-color css
<style>
a { background-color: #D66BED; }
a { background-color: rgb(214,107,237); }
div.DivClassName
{
background-color: #D66BED;
}
.BgClassName
{
background-color: #D66BED;
}
</style>
border-color css
<style>
span { border-color: #D66BED; }
span { border-color: rgb(214,107,237); }
td.TdClassName
{
border-color: #D66BED;
}
.TagClassName
{
border-color: #D66BED;
}
</style>