Shades of Heliotrope #D168ED
Tints of Heliotrope #D168ED
RGB
CMYK
RGB Variations
Color information
#D168ED (or 0xD168ED) is known color: Heliotrope. HEX triplet: D1, 68 and ED. RGB value is (209,104,237). Sum of RGB (Red+Green+Blue) = 209+104+237=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #D168ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D168ED is #2E9712. Grayscale: #969696. Windows color (decimal): -3053331 or 15558865. OLE color: 15558865.
HSL color Cylindrical-coordinate representation of color #D168ED: hue angle of 287.37º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D168ED is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 104 | 237 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.07 |
| HSL | 287.37º | 0.79% | 0.67% | - |
| HSV(B) | 287.37º | 0.56% | 0.93% | - |
| XYZ | 46.53 | 29.57 | 83.38 | - |
| YUV | 150.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 237 | 0.12 | 0.56 | 0 | 0.07 | 287.37 | 0.79 | 0.67 |
| Hex | D1 | 68 | ED | C | 38 | 0 | 7 | 11F | 4F | 43 |
| Octal | 321 | 150 | 355 | 14 | 70 | 0 | 7 | 437 | 117 | 103 |
| Binary | 11010001 | 1101000 | 11101101 | 1100 | 111000 | 0 | 111 | 100011111 | 1001111 | 1000011 |
Color Harmonies of #D168ED
Complementary color
Monochromatic Colors of #D168ED
Black with #D168ED
Text Example
Text Example
White with #D168ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168ED; }
p { color: rgb(209,104,237); }
H1.HeaderClassName
{
color: #D168ED;
}
.AnyTagClassName
{
color: #D168ED;
}
</style>
background-color css
<style>
a { background-color: #D168ED; }
a { background-color: rgb(209,104,237); }
div.DivClassName
{
background-color: #D168ED;
}
.BgClassName
{
background-color: #D168ED;
}
</style>
border-color css
<style>
span { border-color: #D168ED; }
span { border-color: rgb(209,104,237); }
td.TdClassName
{
border-color: #D168ED;
}
.TagClassName
{
border-color: #D168ED;
}
</style>