Shades of Heliotrope #DC8DFD
Tints of Heliotrope #DC8DFD
RGB
CMYK
RGB Variations
Color information
#DC8DFD (or 0xDC8DFD) is known color: Heliotrope. HEX triplet: DC, 8D and FD. RGB value is (220,141,253). Sum of RGB (Red+Green+Blue) = 220+141+253=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC8DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DFD is #237202. Grayscale: #B1B1B1. Windows color (decimal): -2322947 or 16616924. OLE color: 16616924.
HSL color Cylindrical-coordinate representation of color #DC8DFD: hue angle of 282.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC8DFD is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 141 | 253 | - |
CMYK | 0.13 | 0.44 | 0 | 0.01 |
HSL | 282.32º | 0.97% | 0.77% | - |
HSV(B) | 282.32º | 0.44% | 0.99% | - |
XYZ | 56.77 | 41.36 | 97.92 | - |
YUV | 177.39 | 170.67 | 158.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 141 | 253 | 0.13 | 0.44 | 0 | 0.01 | 282.32 | 0.97 | 0.77 |
Hex | DC | 8D | FD | D | 2C | 0 | 1 | 11A | 61 | 4D |
Octal | 334 | 215 | 375 | 15 | 54 | 0 | 1 | 432 | 141 | 115 |
Binary | 11011100 | 10001101 | 11111101 | 1101 | 101100 | 0 | 1 | 100011010 | 1100001 | 1001101 |
Color Harmonies of #DC8DFD
Complementary color
Monochromatic Colors of #DC8DFD
Black with #DC8DFD
Text Example
Text Example
White with #DC8DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8DFD; }
p { color: rgb(220,141,253); }
H1.HeaderClassName
{
color: #DC8DFD;
}
.AnyTagClassName
{
color: #DC8DFD;
}
</style>
background-color css
<style>
a { background-color: #DC8DFD; }
a { background-color: rgb(220,141,253); }
div.DivClassName
{
background-color: #DC8DFD;
}
.BgClassName
{
background-color: #DC8DFD;
}
</style>
border-color css
<style>
span { border-color: #DC8DFD; }
span { border-color: rgb(220,141,253); }
td.TdClassName
{
border-color: #DC8DFD;
}
.TagClassName
{
border-color: #DC8DFD;
}
</style>