Shades of Heliotrope #DC63ED
Tints of Heliotrope #DC63ED
RGB
CMYK
RGB Variations
Color information
#DC63ED (or 0xDC63ED) is known color: Heliotrope. HEX triplet: DC, 63 and ED. RGB value is (220,99,237). Sum of RGB (Red+Green+Blue) = 220+99+237=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 99 (39.06% from 255 or 17.81% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC63ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC63ED is #239C12. Grayscale: #969696. Windows color (decimal): -2333715 or 15557596. OLE color: 15557596.
HSL color Cylindrical-coordinate representation of color #DC63ED: hue angle of 292.61º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC63ED is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 99 | 237 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.07 |
| HSL | 292.61º | 0.79% | 0.66% | - |
| HSV(B) | 292.61º | 0.58% | 0.93% | - |
| XYZ | 49.26 | 30.25 | 83.36 | - |
| YUV | 150.91 | 176.59 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 237 | 0.07 | 0.58 | 0 | 0.07 | 292.61 | 0.79 | 0.66 |
| Hex | DC | 63 | ED | 7 | 3A | 0 | 7 | 125 | 4F | 42 |
| Octal | 334 | 143 | 355 | 7 | 72 | 0 | 7 | 445 | 117 | 102 |
| Binary | 11011100 | 1100011 | 11101101 | 111 | 111010 | 0 | 111 | 100100101 | 1001111 | 1000010 |
Color Harmonies of #DC63ED
Complementary color
Monochromatic Colors of #DC63ED
Black with #DC63ED
Text Example
Text Example
White with #DC63ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC63ED; }
p { color: rgb(220,99,237); }
H1.HeaderClassName
{
color: #DC63ED;
}
.AnyTagClassName
{
color: #DC63ED;
}
</style>
background-color css
<style>
a { background-color: #DC63ED; }
a { background-color: rgb(220,99,237); }
div.DivClassName
{
background-color: #DC63ED;
}
.BgClassName
{
background-color: #DC63ED;
}
</style>
border-color css
<style>
span { border-color: #DC63ED; }
span { border-color: rgb(220,99,237); }
td.TdClassName
{
border-color: #DC63ED;
}
.TagClassName
{
border-color: #DC63ED;
}
</style>