Shades of Heliotrope #DF7FFC
Tints of Heliotrope #DF7FFC
RGB
CMYK
RGB Variations
Color information
#DF7FFC (or 0xDF7FFC) is known color: Heliotrope. HEX triplet: DF, 7F and FC. RGB value is (223,127,252). Sum of RGB (Red+Green+Blue) = 223+127+252=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FFC is #208003. Grayscale: #A9A9A9. Windows color (decimal): -2129924 or 16547807. OLE color: 16547807.
HSL color Cylindrical-coordinate representation of color #DF7FFC: hue angle of 286.08º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7FFC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 127 | 252 | - |
CMYK | 0.12 | 0.50 | 0 | 0.01 |
HSL | 286.08º | 0.95% | 0.74% | - |
HSV(B) | 286.08º | 0.5% | 0.99% | - |
XYZ | 55.59 | 37.89 | 96.48 | - |
YUV | 169.95 | 174.3 | 165.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 127 | 252 | 0.12 | 0.50 | 0 | 0.01 | 286.08 | 0.95 | 0.74 |
Hex | DF | 7F | FC | C | 32 | 0 | 1 | 11E | 5F | 4A |
Octal | 337 | 177 | 374 | 14 | 62 | 0 | 1 | 436 | 137 | 112 |
Binary | 11011111 | 1111111 | 11111100 | 1100 | 110010 | 0 | 1 | 100011110 | 1011111 | 1001010 |
Color Harmonies of #DF7FFC
Complementary color
Monochromatic Colors of #DF7FFC
Black with #DF7FFC
Text Example
Text Example
White with #DF7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FFC; }
p { color: rgb(223,127,252); }
H1.HeaderClassName
{
color: #DF7FFC;
}
.AnyTagClassName
{
color: #DF7FFC;
}
</style>
background-color css
<style>
a { background-color: #DF7FFC; }
a { background-color: rgb(223,127,252); }
div.DivClassName
{
background-color: #DF7FFC;
}
.BgClassName
{
background-color: #DF7FFC;
}
</style>
border-color css
<style>
span { border-color: #DF7FFC; }
span { border-color: rgb(223,127,252); }
td.TdClassName
{
border-color: #DF7FFC;
}
.TagClassName
{
border-color: #DF7FFC;
}
</style>