Shades of Heliotrope #DC69EC
Tints of Heliotrope #DC69EC
RGB
CMYK
RGB Variations
Color information
#DC69EC (or 0xDC69EC) is known color: Heliotrope. HEX triplet: DC, 69 and EC. RGB value is (220,105,236). Sum of RGB (Red+Green+Blue) = 220+105+236=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 105 (41.41% from 255 or 18.72% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69EC is #239613. Grayscale: #999999. Windows color (decimal): -2332180 or 15493596. OLE color: 15493596.
HSL color Cylindrical-coordinate representation of color #DC69EC: hue angle of 292.67º degrees, saturation: 0.78, 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 #DC69EC is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 105 | 236 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.07 |
| HSL | 292.67º | 0.78% | 0.67% | - |
| HSV(B) | 292.67º | 0.56% | 0.93% | - |
| XYZ | 49.71 | 31.37 | 82.79 | - |
| YUV | 154.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 236 | 0.07 | 0.56 | 0 | 0.07 | 292.67 | 0.78 | 0.67 |
| Hex | DC | 69 | EC | 7 | 38 | 0 | 7 | 125 | 4E | 43 |
| Octal | 334 | 151 | 354 | 7 | 70 | 0 | 7 | 445 | 116 | 103 |
| Binary | 11011100 | 1101001 | 11101100 | 111 | 111000 | 0 | 111 | 100100101 | 1001110 | 1000011 |
Color Harmonies of #DC69EC
Complementary color
Monochromatic Colors of #DC69EC
Black with #DC69EC
Text Example
Text Example
White with #DC69EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69EC; }
p { color: rgb(220,105,236); }
H1.HeaderClassName
{
color: #DC69EC;
}
.AnyTagClassName
{
color: #DC69EC;
}
</style>
background-color css
<style>
a { background-color: #DC69EC; }
a { background-color: rgb(220,105,236); }
div.DivClassName
{
background-color: #DC69EC;
}
.BgClassName
{
background-color: #DC69EC;
}
</style>
border-color css
<style>
span { border-color: #DC69EC; }
span { border-color: rgb(220,105,236); }
td.TdClassName
{
border-color: #DC69EC;
}
.TagClassName
{
border-color: #DC69EC;
}
</style>