Shades of Heliotrope #DC67EF
Tints of Heliotrope #DC67EF
RGB
CMYK
RGB Variations
Color information
#DC67EF (or 0xDC67EF) is known color: Heliotrope. HEX triplet: DC, 67 and EF. RGB value is (220,103,239). Sum of RGB (Red+Green+Blue) = 220+103+239=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 103 (40.62% from 255 or 18.33% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC67EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67EF is #239810. Grayscale: #999999. Windows color (decimal): -2332689 or 15689692. OLE color: 15689692.
HSL color Cylindrical-coordinate representation of color #DC67EF: hue angle of 291.62º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC67EF is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 103 | 239 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.06 |
| HSL | 291.62º | 0.81% | 0.67% | - |
| HSV(B) | 291.62º | 0.57% | 0.94% | - |
| XYZ | 49.95 | 31.15 | 85.04 | - |
| YUV | 153.49 | 176.26 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 239 | 0.08 | 0.57 | 0 | 0.06 | 291.62 | 0.81 | 0.67 |
| Hex | DC | 67 | EF | 8 | 39 | 0 | 6 | 124 | 51 | 43 |
| Octal | 334 | 147 | 357 | 10 | 71 | 0 | 6 | 444 | 121 | 103 |
| Binary | 11011100 | 1100111 | 11101111 | 1000 | 111001 | 0 | 110 | 100100100 | 1010001 | 1000011 |
Color Harmonies of #DC67EF
Complementary color
Monochromatic Colors of #DC67EF
Black with #DC67EF
Text Example
Text Example
White with #DC67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67EF; }
p { color: rgb(220,103,239); }
H1.HeaderClassName
{
color: #DC67EF;
}
.AnyTagClassName
{
color: #DC67EF;
}
</style>
background-color css
<style>
a { background-color: #DC67EF; }
a { background-color: rgb(220,103,239); }
div.DivClassName
{
background-color: #DC67EF;
}
.BgClassName
{
background-color: #DC67EF;
}
</style>
border-color css
<style>
span { border-color: #DC67EF; }
span { border-color: rgb(220,103,239); }
td.TdClassName
{
border-color: #DC67EF;
}
.TagClassName
{
border-color: #DC67EF;
}
</style>