Shades of Heliotrope #D66CED
Tints of Heliotrope #D66CED
RGB
CMYK
RGB Variations
Color information
#D66CED (or 0xD66CED) is known color: Heliotrope. HEX triplet: D6, 6C and ED. RGB value is (214,108,237). Sum of RGB (Red+Green+Blue) = 214+108+237=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 108 (42.58% from 255 or 19.32% 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 #D66CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66CED is #299312. Grayscale: #999999. Windows color (decimal): -2724627 or 15559894. OLE color: 15559894.
HSL color Cylindrical-coordinate representation of color #D66CED: hue angle of 289.3º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66CED is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 108 | 237 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.07 |
| HSL | 289.3º | 0.78% | 0.68% | - |
| HSV(B) | 289.3º | 0.54% | 0.93% | - |
| XYZ | 48.38 | 31.14 | 83.58 | - |
| YUV | 154.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 237 | 0.10 | 0.54 | 0 | 0.07 | 289.3 | 0.78 | 0.68 |
| Hex | D6 | 6C | ED | A | 36 | 0 | 7 | 121 | 4E | 44 |
| Octal | 326 | 154 | 355 | 12 | 66 | 0 | 7 | 441 | 116 | 104 |
| Binary | 11010110 | 1101100 | 11101101 | 1010 | 110110 | 0 | 111 | 100100001 | 1001110 | 1000100 |
Color Harmonies of #D66CED
Complementary color
Monochromatic Colors of #D66CED
Black with #D66CED
Text Example
Text Example
White with #D66CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66CED; }
p { color: rgb(214,108,237); }
H1.HeaderClassName
{
color: #D66CED;
}
.AnyTagClassName
{
color: #D66CED;
}
</style>
background-color css
<style>
a { background-color: #D66CED; }
a { background-color: rgb(214,108,237); }
div.DivClassName
{
background-color: #D66CED;
}
.BgClassName
{
background-color: #D66CED;
}
</style>
border-color css
<style>
span { border-color: #D66CED; }
span { border-color: rgb(214,108,237); }
td.TdClassName
{
border-color: #D66CED;
}
.TagClassName
{
border-color: #D66CED;
}
</style>