Shades of Heliotrope #DF7FFE
Tints of Heliotrope #DF7FFE
RGB
CMYK
RGB Variations
Color information
#DF7FFE (or 0xDF7FFE) is known color: Heliotrope. HEX triplet: DF, 7F and FE. RGB value is (223,127,254). Sum of RGB (Red+Green+Blue) = 223+127+254=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF7FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7FFE is #208001. Grayscale: #A9A9A9. Windows color (decimal): -2129922 or 16678879. OLE color: 16678879.
HSL color Cylindrical-coordinate representation of color #DF7FFE: hue angle of 285.35º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7FFE is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 127 | 254 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.00 |
| HSL | 285.35º | 0.98% | 0.75% | - |
| HSV(B) | 285.35º | 0.5% | 1% | - |
| XYZ | 55.91 | 38.02 | 98.16 | - |
| YUV | 170.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 254 | 0.12 | 0.50 | 0 | 0.00 | 285.35 | 0.98 | 0.75 |
| Hex | DF | 7F | FE | C | 32 | 0 | 0 | 11D | 62 | 4B |
| Octal | 337 | 177 | 376 | 14 | 62 | 0 | 0 | 435 | 142 | 113 |
| Binary | 11011111 | 1111111 | 11111110 | 1100 | 110010 | 0 | 0 | 100011101 | 1100010 | 1001011 |
Color Harmonies of #DF7FFE
Complementary color
Monochromatic Colors of #DF7FFE
Black with #DF7FFE
Text Example
Text Example
White with #DF7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FFE; }
p { color: rgb(223,127,254); }
H1.HeaderClassName
{
color: #DF7FFE;
}
.AnyTagClassName
{
color: #DF7FFE;
}
</style>
background-color css
<style>
a { background-color: #DF7FFE; }
a { background-color: rgb(223,127,254); }
div.DivClassName
{
background-color: #DF7FFE;
}
.BgClassName
{
background-color: #DF7FFE;
}
</style>
border-color css
<style>
span { border-color: #DF7FFE; }
span { border-color: rgb(223,127,254); }
td.TdClassName
{
border-color: #DF7FFE;
}
.TagClassName
{
border-color: #DF7FFE;
}
</style>