Shades of Heliotrope #DC8DFE
Tints of Heliotrope #DC8DFE
RGB
CMYK
RGB Variations
Color information
#DC8DFE (or 0xDC8DFE) is known color: Heliotrope. HEX triplet: DC, 8D and FE. RGB value is (220,141,254). Sum of RGB (Red+Green+Blue) = 220+141+254=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC8DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DFE is #237201. Grayscale: #B1B1B1. Windows color (decimal): -2322946 or 16682460. OLE color: 16682460.
HSL color Cylindrical-coordinate representation of color #DC8DFE: hue angle of 281.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC8DFE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 141 | 254 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.00 |
| HSL | 281.95º | 0.98% | 0.77% | - |
| HSV(B) | 281.95º | 0.44% | 1% | - |
| XYZ | 56.93 | 41.42 | 98.76 | - |
| YUV | 177.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 141 | 254 | 0.13 | 0.44 | 0 | 0.00 | 281.95 | 0.98 | 0.77 |
| Hex | DC | 8D | FE | D | 2C | 0 | 0 | 11A | 62 | 4D |
| Octal | 334 | 215 | 376 | 15 | 54 | 0 | 0 | 432 | 142 | 115 |
| Binary | 11011100 | 10001101 | 11111110 | 1101 | 101100 | 0 | 0 | 100011010 | 1100010 | 1001101 |
Color Harmonies of #DC8DFE
Complementary color
Monochromatic Colors of #DC8DFE
Black with #DC8DFE
Text Example
Text Example
White with #DC8DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DFE; }
p { color: rgb(220,141,254); }
H1.HeaderClassName
{
color: #DC8DFE;
}
.AnyTagClassName
{
color: #DC8DFE;
}
</style>
background-color css
<style>
a { background-color: #DC8DFE; }
a { background-color: rgb(220,141,254); }
div.DivClassName
{
background-color: #DC8DFE;
}
.BgClassName
{
background-color: #DC8DFE;
}
</style>
border-color css
<style>
span { border-color: #DC8DFE; }
span { border-color: rgb(220,141,254); }
td.TdClassName
{
border-color: #DC8DFE;
}
.TagClassName
{
border-color: #DC8DFE;
}
</style>