Shades of Heliotrope #DC67ED
Tints of Heliotrope #DC67ED
RGB
CMYK
RGB Variations
Color information
#DC67ED (or 0xDC67ED) is known color: Heliotrope. HEX triplet: DC, 67 and ED. RGB value is (220,103,237). Sum of RGB (Red+Green+Blue) = 220+103+237=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 103 (40.62% from 255 or 18.39% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC67ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67ED is #239812. Grayscale: #989898. Windows color (decimal): -2332691 or 15558620. OLE color: 15558620.
HSL color Cylindrical-coordinate representation of color #DC67ED: hue angle of 292.39º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC67ED is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 103 | 237 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.07 |
| HSL | 292.39º | 0.79% | 0.67% | - |
| HSV(B) | 292.39º | 0.57% | 0.93% | - |
| XYZ | 49.65 | 31.03 | 83.49 | - |
| YUV | 153.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 237 | 0.07 | 0.57 | 0 | 0.07 | 292.39 | 0.79 | 0.67 |
| Hex | DC | 67 | ED | 7 | 39 | 0 | 7 | 124 | 4F | 43 |
| Octal | 334 | 147 | 355 | 7 | 71 | 0 | 7 | 444 | 117 | 103 |
| Binary | 11011100 | 1100111 | 11101101 | 111 | 111001 | 0 | 111 | 100100100 | 1001111 | 1000011 |
Color Harmonies of #DC67ED
Complementary color
Monochromatic Colors of #DC67ED
Black with #DC67ED
Text Example
Text Example
White with #DC67ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67ED; }
p { color: rgb(220,103,237); }
H1.HeaderClassName
{
color: #DC67ED;
}
.AnyTagClassName
{
color: #DC67ED;
}
</style>
background-color css
<style>
a { background-color: #DC67ED; }
a { background-color: rgb(220,103,237); }
div.DivClassName
{
background-color: #DC67ED;
}
.BgClassName
{
background-color: #DC67ED;
}
</style>
border-color css
<style>
span { border-color: #DC67ED; }
span { border-color: rgb(220,103,237); }
td.TdClassName
{
border-color: #DC67ED;
}
.TagClassName
{
border-color: #DC67ED;
}
</style>