Shades of Heliotrope #DC8CFE
Tints of Heliotrope #DC8CFE
RGB
CMYK
RGB Variations
Color information
#DC8CFE (or 0xDC8CFE) is known color: Heliotrope. HEX triplet: DC, 8C and FE. RGB value is (220,140,254). Sum of RGB (Red+Green+Blue) = 220+140+254=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC8CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8CFE is #237301. Grayscale: #B0B0B0. Windows color (decimal): -2323202 or 16682204. OLE color: 16682204.
HSL color Cylindrical-coordinate representation of color #DC8CFE: hue angle of 282.11º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8CFE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 140 | 254 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.00 |
| HSL | 282.11º | 0.98% | 0.77% | - |
| HSV(B) | 282.11º | 0.45% | 1% | - |
| XYZ | 56.78 | 41.13 | 98.71 | - |
| YUV | 176.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 254 | 0.13 | 0.45 | 0 | 0.00 | 282.11 | 0.98 | 0.77 |
| Hex | DC | 8C | FE | D | 2D | 0 | 0 | 11A | 62 | 4D |
| Octal | 334 | 214 | 376 | 15 | 55 | 0 | 0 | 432 | 142 | 115 |
| Binary | 11011100 | 10001100 | 11111110 | 1101 | 101101 | 0 | 0 | 100011010 | 1100010 | 1001101 |
Color Harmonies of #DC8CFE
Complementary color
Monochromatic Colors of #DC8CFE
Black with #DC8CFE
Text Example
Text Example
White with #DC8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CFE; }
p { color: rgb(220,140,254); }
H1.HeaderClassName
{
color: #DC8CFE;
}
.AnyTagClassName
{
color: #DC8CFE;
}
</style>
background-color css
<style>
a { background-color: #DC8CFE; }
a { background-color: rgb(220,140,254); }
div.DivClassName
{
background-color: #DC8CFE;
}
.BgClassName
{
background-color: #DC8CFE;
}
</style>
border-color css
<style>
span { border-color: #DC8CFE; }
span { border-color: rgb(220,140,254); }
td.TdClassName
{
border-color: #DC8CFE;
}
.TagClassName
{
border-color: #DC8CFE;
}
</style>