Shades of Heliotrope #DF8CFA
Tints of Heliotrope #DF8CFA
RGB
CMYK
RGB Variations
Color information
#DF8CFA (or 0xDF8CFA) is known color: Heliotrope. HEX triplet: DF, 8C and FA. RGB value is (223,140,250). Sum of RGB (Red+Green+Blue) = 223+140+250=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8CFA is #207305. Grayscale: #B1B1B1. Windows color (decimal): -2126598 or 16420063. OLE color: 16420063.
HSL color Cylindrical-coordinate representation of color #DF8CFA: hue angle of 285.27º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF8CFA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 140 | 250 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.02 |
| HSL | 285.27º | 0.92% | 0.76% | - |
| HSV(B) | 285.27º | 0.44% | 0.98% | - |
| XYZ | 57.06 | 41.35 | 95.42 | - |
| YUV | 177.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 250 | 0.11 | 0.44 | 0 | 0.02 | 285.27 | 0.92 | 0.76 |
| Hex | DF | 8C | FA | B | 2C | 0 | 2 | 11D | 5C | 4C |
| Octal | 337 | 214 | 372 | 13 | 54 | 0 | 2 | 435 | 134 | 114 |
| Binary | 11011111 | 10001100 | 11111010 | 1011 | 101100 | 0 | 10 | 100011101 | 1011100 | 1001100 |
Color Harmonies of #DF8CFA
Complementary color
Monochromatic Colors of #DF8CFA
Black with #DF8CFA
Text Example
Text Example
White with #DF8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8CFA; }
p { color: rgb(223,140,250); }
H1.HeaderClassName
{
color: #DF8CFA;
}
.AnyTagClassName
{
color: #DF8CFA;
}
</style>
background-color css
<style>
a { background-color: #DF8CFA; }
a { background-color: rgb(223,140,250); }
div.DivClassName
{
background-color: #DF8CFA;
}
.BgClassName
{
background-color: #DF8CFA;
}
</style>
border-color css
<style>
span { border-color: #DF8CFA; }
span { border-color: rgb(223,140,250); }
td.TdClassName
{
border-color: #DF8CFA;
}
.TagClassName
{
border-color: #DF8CFA;
}
</style>