Shades of Heliotrope #D65BED
Tints of Heliotrope #D65BED
RGB
CMYK
RGB Variations
Color information
#D65BED (or 0xD65BED) is known color: Heliotrope. HEX triplet: D6, 5B and ED. RGB value is (214,91,237). Sum of RGB (Red+Green+Blue) = 214+91+237=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #D65BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65BED is #29A412. Grayscale: #8F8F8F. Windows color (decimal): -2728979 or 15555542. OLE color: 15555542.
HSL color Cylindrical-coordinate representation of color #D65BED: hue angle of 290.55º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65BED is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 91 | 237 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.07 |
| HSL | 290.55º | 0.8% | 0.64% | - |
| HSV(B) | 290.55º | 0.62% | 0.93% | - |
| XYZ | 46.76 | 27.89 | 83.04 | - |
| YUV | 144.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 237 | 0.10 | 0.62 | 0 | 0.07 | 290.55 | 0.8 | 0.64 |
| Hex | D6 | 5B | ED | A | 3E | 0 | 7 | 123 | 50 | 40 |
| Octal | 326 | 133 | 355 | 12 | 76 | 0 | 7 | 443 | 120 | 100 |
| Binary | 11010110 | 1011011 | 11101101 | 1010 | 111110 | 0 | 111 | 100100011 | 1010000 | 1000000 |
Color Harmonies of #D65BED
Complementary color
Monochromatic Colors of #D65BED
Black with #D65BED
Text Example
Text Example
White with #D65BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BED; }
p { color: rgb(214,91,237); }
H1.HeaderClassName
{
color: #D65BED;
}
.AnyTagClassName
{
color: #D65BED;
}
</style>
background-color css
<style>
a { background-color: #D65BED; }
a { background-color: rgb(214,91,237); }
div.DivClassName
{
background-color: #D65BED;
}
.BgClassName
{
background-color: #D65BED;
}
</style>
border-color css
<style>
span { border-color: #D65BED; }
span { border-color: rgb(214,91,237); }
td.TdClassName
{
border-color: #D65BED;
}
.TagClassName
{
border-color: #D65BED;
}
</style>