Shades of Heliotrope #DC8BF6
Tints of Heliotrope #DC8BF6
RGB
CMYK
RGB Variations
Color information
#DC8BF6 (or 0xDC8BF6) is known color: Heliotrope. HEX triplet: DC, 8B and F6. RGB value is (220,139,246). Sum of RGB (Red+Green+Blue) = 220+139+246=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC8BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BF6 is #237409. Grayscale: #AFAFAF. Windows color (decimal): -2323466 or 16157660. OLE color: 16157660.
HSL color Cylindrical-coordinate representation of color #DC8BF6: hue angle of 285.42º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC8BF6 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 139 | 246 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.04 |
| HSL | 285.42º | 0.86% | 0.75% | - |
| HSV(B) | 285.42º | 0.43% | 0.96% | - |
| XYZ | 55.38 | 40.33 | 92.06 | - |
| YUV | 175.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 246 | 0.11 | 0.43 | 0 | 0.04 | 285.42 | 0.86 | 0.75 |
| Hex | DC | 8B | F6 | B | 2B | 0 | 4 | 11D | 56 | 4B |
| Octal | 334 | 213 | 366 | 13 | 53 | 0 | 4 | 435 | 126 | 113 |
| Binary | 11011100 | 10001011 | 11110110 | 1011 | 101011 | 0 | 100 | 100011101 | 1010110 | 1001011 |
Color Harmonies of #DC8BF6
Complementary color
Monochromatic Colors of #DC8BF6
Black with #DC8BF6
Text Example
Text Example
White with #DC8BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BF6; }
p { color: rgb(220,139,246); }
H1.HeaderClassName
{
color: #DC8BF6;
}
.AnyTagClassName
{
color: #DC8BF6;
}
</style>
background-color css
<style>
a { background-color: #DC8BF6; }
a { background-color: rgb(220,139,246); }
div.DivClassName
{
background-color: #DC8BF6;
}
.BgClassName
{
background-color: #DC8BF6;
}
</style>
border-color css
<style>
span { border-color: #DC8BF6; }
span { border-color: rgb(220,139,246); }
td.TdClassName
{
border-color: #DC8BF6;
}
.TagClassName
{
border-color: #DC8BF6;
}
</style>