Shades of Heliotrope #DF8FFC
Tints of Heliotrope #DF8FFC
RGB
CMYK
RGB Variations
Color information
#DF8FFC (or 0xDF8FFC) is known color: Heliotrope. HEX triplet: DF, 8F and FC. RGB value is (223,143,252). Sum of RGB (Red+Green+Blue) = 223+143+252=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8FFC is #207003. Grayscale: #B2B2B2. Windows color (decimal): -2125828 or 16551903. OLE color: 16551903.
HSL color Cylindrical-coordinate representation of color #DF8FFC: hue angle of 284.04º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF8FFC is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 143 | 252 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.01 |
| HSL | 284.04º | 0.95% | 0.77% | - |
| HSV(B) | 284.04º | 0.43% | 0.99% | - |
| XYZ | 57.82 | 42.36 | 97.22 | - |
| YUV | 179.35 | 169 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 252 | 0.12 | 0.43 | 0 | 0.01 | 284.04 | 0.95 | 0.77 |
| Hex | DF | 8F | FC | C | 2B | 0 | 1 | 11C | 5F | 4D |
| Octal | 337 | 217 | 374 | 14 | 53 | 0 | 1 | 434 | 137 | 115 |
| Binary | 11011111 | 10001111 | 11111100 | 1100 | 101011 | 0 | 1 | 100011100 | 1011111 | 1001101 |
Color Harmonies of #DF8FFC
Complementary color
Monochromatic Colors of #DF8FFC
Black with #DF8FFC
Text Example
Text Example
White with #DF8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FFC; }
p { color: rgb(223,143,252); }
H1.HeaderClassName
{
color: #DF8FFC;
}
.AnyTagClassName
{
color: #DF8FFC;
}
</style>
background-color css
<style>
a { background-color: #DF8FFC; }
a { background-color: rgb(223,143,252); }
div.DivClassName
{
background-color: #DF8FFC;
}
.BgClassName
{
background-color: #DF8FFC;
}
</style>
border-color css
<style>
span { border-color: #DF8FFC; }
span { border-color: rgb(223,143,252); }
td.TdClassName
{
border-color: #DF8FFC;
}
.TagClassName
{
border-color: #DF8FFC;
}
</style>