Shades of Heliotrope #D26BED
Tints of Heliotrope #D26BED
RGB
CMYK
RGB Variations
Color information
#D26BED (or 0xD26BED) is known color: Heliotrope. HEX triplet: D2, 6B and ED. RGB value is (210,107,237). Sum of RGB (Red+Green+Blue) = 210+107+237=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #D26BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26BED is #2D9412. Grayscale: #989898. Windows color (decimal): -2987027 or 15559634. OLE color: 15559634.
HSL color Cylindrical-coordinate representation of color #D26BED: hue angle of 287.54º 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 #D26BED is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 107 | 237 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.07 |
| HSL | 287.54º | 0.78% | 0.67% | - |
| HSV(B) | 287.54º | 0.55% | 0.93% | - |
| XYZ | 47.12 | 30.33 | 83.49 | - |
| YUV | 152.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 237 | 0.11 | 0.55 | 0 | 0.07 | 287.54 | 0.78 | 0.67 |
| Hex | D2 | 6B | ED | B | 37 | 0 | 7 | 120 | 4E | 43 |
| Octal | 322 | 153 | 355 | 13 | 67 | 0 | 7 | 440 | 116 | 103 |
| Binary | 11010010 | 1101011 | 11101101 | 1011 | 110111 | 0 | 111 | 100100000 | 1001110 | 1000011 |
Color Harmonies of #D26BED
Complementary color
Monochromatic Colors of #D26BED
Black with #D26BED
Text Example
Text Example
White with #D26BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BED; }
p { color: rgb(210,107,237); }
H1.HeaderClassName
{
color: #D26BED;
}
.AnyTagClassName
{
color: #D26BED;
}
</style>
background-color css
<style>
a { background-color: #D26BED; }
a { background-color: rgb(210,107,237); }
div.DivClassName
{
background-color: #D26BED;
}
.BgClassName
{
background-color: #D26BED;
}
</style>
border-color css
<style>
span { border-color: #D26BED; }
span { border-color: rgb(210,107,237); }
td.TdClassName
{
border-color: #D26BED;
}
.TagClassName
{
border-color: #D26BED;
}
</style>