Shades of Heliotrope #DC8BFC
Tints of Heliotrope #DC8BFC
RGB
CMYK
RGB Variations
Color information
#DC8BFC (or 0xDC8BFC) is known color: Heliotrope. HEX triplet: DC, 8B and FC. RGB value is (220,139,252). Sum of RGB (Red+Green+Blue) = 220+139+252=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC8BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8BFC is #237403. Grayscale: #AFAFAF. Windows color (decimal): -2323460 or 16550876. OLE color: 16550876.
HSL color Cylindrical-coordinate representation of color #DC8BFC: hue angle of 283.01º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8BFC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 139 | 252 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.01 |
| HSL | 283.01º | 0.95% | 0.77% | - |
| HSV(B) | 283.01º | 0.45% | 0.99% | - |
| XYZ | 56.32 | 40.71 | 96.98 | - |
| YUV | 176.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 252 | 0.13 | 0.45 | 0 | 0.01 | 283.01 | 0.95 | 0.77 |
| Hex | DC | 8B | FC | D | 2D | 0 | 1 | 11B | 5F | 4D |
| Octal | 334 | 213 | 374 | 15 | 55 | 0 | 1 | 433 | 137 | 115 |
| Binary | 11011100 | 10001011 | 11111100 | 1101 | 101101 | 0 | 1 | 100011011 | 1011111 | 1001101 |
Color Harmonies of #DC8BFC
Complementary color
Monochromatic Colors of #DC8BFC
Black with #DC8BFC
Text Example
Text Example
White with #DC8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BFC; }
p { color: rgb(220,139,252); }
H1.HeaderClassName
{
color: #DC8BFC;
}
.AnyTagClassName
{
color: #DC8BFC;
}
</style>
background-color css
<style>
a { background-color: #DC8BFC; }
a { background-color: rgb(220,139,252); }
div.DivClassName
{
background-color: #DC8BFC;
}
.BgClassName
{
background-color: #DC8BFC;
}
</style>
border-color css
<style>
span { border-color: #DC8BFC; }
span { border-color: rgb(220,139,252); }
td.TdClassName
{
border-color: #DC8BFC;
}
.TagClassName
{
border-color: #DC8BFC;
}
</style>