Shades of Heliotrope #D76BED
Tints of Heliotrope #D76BED
RGB
CMYK
RGB Variations
Color information
#D76BED (or 0xD76BED) is known color: Heliotrope. HEX triplet: D7, 6B and ED. RGB value is (215,107,237). Sum of RGB (Red+Green+Blue) = 215+107+237=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #D76BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76BED is #289412. Grayscale: #999999. Windows color (decimal): -2659347 or 15559639. OLE color: 15559639.
HSL color Cylindrical-coordinate representation of color #D76BED: hue angle of 289.85º 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 #D76BED is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 107 | 237 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.07 |
| HSL | 289.85º | 0.78% | 0.67% | - |
| HSV(B) | 289.85º | 0.55% | 0.93% | - |
| XYZ | 48.57 | 31.08 | 83.56 | - |
| YUV | 154.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 237 | 0.09 | 0.55 | 0 | 0.07 | 289.85 | 0.78 | 0.67 |
| Hex | D7 | 6B | ED | 9 | 37 | 0 | 7 | 122 | 4E | 43 |
| Octal | 327 | 153 | 355 | 11 | 67 | 0 | 7 | 442 | 116 | 103 |
| Binary | 11010111 | 1101011 | 11101101 | 1001 | 110111 | 0 | 111 | 100100010 | 1001110 | 1000011 |
Color Harmonies of #D76BED
Complementary color
Monochromatic Colors of #D76BED
Black with #D76BED
Text Example
Text Example
White with #D76BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76BED; }
p { color: rgb(215,107,237); }
H1.HeaderClassName
{
color: #D76BED;
}
.AnyTagClassName
{
color: #D76BED;
}
</style>
background-color css
<style>
a { background-color: #D76BED; }
a { background-color: rgb(215,107,237); }
div.DivClassName
{
background-color: #D76BED;
}
.BgClassName
{
background-color: #D76BED;
}
</style>
border-color css
<style>
span { border-color: #D76BED; }
span { border-color: rgb(215,107,237); }
td.TdClassName
{
border-color: #D76BED;
}
.TagClassName
{
border-color: #D76BED;
}
</style>