Shades of Heliotrope #DC73FE
Tints of Heliotrope #DC73FE
RGB
CMYK
RGB Variations
Color information
#DC73FE (or 0xDC73FE) is known color: Heliotrope. HEX triplet: DC, 73 and FE. RGB value is (220,115,254). Sum of RGB (Red+Green+Blue) = 220+115+254=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 115 (45.31% from 255 or 19.52% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC73FE is #238C01. Grayscale: #A1A1A1. Windows color (decimal): -2329602 or 16675804. OLE color: 16675804.
HSL color Cylindrical-coordinate representation of color #DC73FE: hue angle of 285.32º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC73FE is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 115 | 254 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.00 |
| HSL | 285.32º | 0.99% | 0.72% | - |
| HSV(B) | 285.32º | 0.55% | 1% | - |
| XYZ | 53.54 | 34.63 | 97.63 | - |
| YUV | 162.24 | 179.79 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 254 | 0.13 | 0.55 | 0 | 0.00 | 285.32 | 0.99 | 0.72 |
| Hex | DC | 73 | FE | D | 37 | 0 | 0 | 11D | 63 | 48 |
| Octal | 334 | 163 | 376 | 15 | 67 | 0 | 0 | 435 | 143 | 110 |
| Binary | 11011100 | 1110011 | 11111110 | 1101 | 110111 | 0 | 0 | 100011101 | 1100011 | 1001000 |
Color Harmonies of #DC73FE
Complementary color
Monochromatic Colors of #DC73FE
Black with #DC73FE
Text Example
Text Example
White with #DC73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC73FE; }
p { color: rgb(220,115,254); }
H1.HeaderClassName
{
color: #DC73FE;
}
.AnyTagClassName
{
color: #DC73FE;
}
</style>
background-color css
<style>
a { background-color: #DC73FE; }
a { background-color: rgb(220,115,254); }
div.DivClassName
{
background-color: #DC73FE;
}
.BgClassName
{
background-color: #DC73FE;
}
</style>
border-color css
<style>
span { border-color: #DC73FE; }
span { border-color: rgb(220,115,254); }
td.TdClassName
{
border-color: #DC73FE;
}
.TagClassName
{
border-color: #DC73FE;
}
</style>