Shades of Heliotrope #D67BED
Tints of Heliotrope #D67BED
RGB
CMYK
RGB Variations
Color information
#D67BED (or 0xD67BED) is known color: Heliotrope. HEX triplet: D6, 7B and ED. RGB value is (214,123,237). Sum of RGB (Red+Green+Blue) = 214+123+237=574 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.28% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #D67BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67BED is #298412. Grayscale: #A2A2A2. Windows color (decimal): -2720787 or 15563734. OLE color: 15563734.
HSL color Cylindrical-coordinate representation of color #D67BED: hue angle of 287.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D67BED is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 123 | 237 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.07 |
| HSL | 287.89º | 0.76% | 0.71% | - |
| HSV(B) | 287.89º | 0.48% | 0.93% | - |
| XYZ | 50.1 | 34.58 | 84.15 | - |
| YUV | 163.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 237 | 0.10 | 0.48 | 0 | 0.07 | 287.89 | 0.76 | 0.71 |
| Hex | D6 | 7B | ED | A | 30 | 0 | 7 | 120 | 4C | 47 |
| Octal | 326 | 173 | 355 | 12 | 60 | 0 | 7 | 440 | 114 | 107 |
| Binary | 11010110 | 1111011 | 11101101 | 1010 | 110000 | 0 | 111 | 100100000 | 1001100 | 1000111 |
Color Harmonies of #D67BED
Complementary color
Monochromatic Colors of #D67BED
Black with #D67BED
Text Example
Text Example
White with #D67BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67BED; }
p { color: rgb(214,123,237); }
H1.HeaderClassName
{
color: #D67BED;
}
.AnyTagClassName
{
color: #D67BED;
}
</style>
background-color css
<style>
a { background-color: #D67BED; }
a { background-color: rgb(214,123,237); }
div.DivClassName
{
background-color: #D67BED;
}
.BgClassName
{
background-color: #D67BED;
}
</style>
border-color css
<style>
span { border-color: #D67BED; }
span { border-color: rgb(214,123,237); }
td.TdClassName
{
border-color: #D67BED;
}
.TagClassName
{
border-color: #D67BED;
}
</style>