Shades of Heliotrope #DC67EC
Tints of Heliotrope #DC67EC
RGB
CMYK
RGB Variations
Color information
#DC67EC (or 0xDC67EC) is known color: Heliotrope. HEX triplet: DC, 67 and EC. RGB value is (220,103,236). Sum of RGB (Red+Green+Blue) = 220+103+236=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 103 (40.62% from 255 or 18.43% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC67EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67EC is #239813. Grayscale: #989898. Windows color (decimal): -2332692 or 15493084. OLE color: 15493084.
HSL color Cylindrical-coordinate representation of color #DC67EC: hue angle of 292.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC67EC is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 103 | 236 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.07 |
| HSL | 292.78º | 0.78% | 0.66% | - |
| HSV(B) | 292.78º | 0.56% | 0.93% | - |
| XYZ | 49.51 | 30.97 | 82.73 | - |
| YUV | 153.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 236 | 0.07 | 0.56 | 0 | 0.07 | 292.78 | 0.78 | 0.66 |
| Hex | DC | 67 | EC | 7 | 38 | 0 | 7 | 125 | 4E | 42 |
| Octal | 334 | 147 | 354 | 7 | 70 | 0 | 7 | 445 | 116 | 102 |
| Binary | 11011100 | 1100111 | 11101100 | 111 | 111000 | 0 | 111 | 100100101 | 1001110 | 1000010 |
Color Harmonies of #DC67EC
Complementary color
Monochromatic Colors of #DC67EC
Black with #DC67EC
Text Example
Text Example
White with #DC67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67EC; }
p { color: rgb(220,103,236); }
H1.HeaderClassName
{
color: #DC67EC;
}
.AnyTagClassName
{
color: #DC67EC;
}
</style>
background-color css
<style>
a { background-color: #DC67EC; }
a { background-color: rgb(220,103,236); }
div.DivClassName
{
background-color: #DC67EC;
}
.BgClassName
{
background-color: #DC67EC;
}
</style>
border-color css
<style>
span { border-color: #DC67EC; }
span { border-color: rgb(220,103,236); }
td.TdClassName
{
border-color: #DC67EC;
}
.TagClassName
{
border-color: #DC67EC;
}
</style>