Shades of Heliotrope #DC7FF1
Tints of Heliotrope #DC7FF1
RGB
CMYK
RGB Variations
Color information
#DC7FF1 (or 0xDC7FF1) is known color: Heliotrope. HEX triplet: DC, 7F and F1. RGB value is (220,127,241). Sum of RGB (Red+Green+Blue) = 220+127+241=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC7FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FF1 is #23800E. Grayscale: #A7A7A7. Windows color (decimal): -2326543 or 15826908. OLE color: 15826908.
HSL color Cylindrical-coordinate representation of color #DC7FF1: hue angle of 288.95º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7FF1 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 127 | 241 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.05 |
| HSL | 288.95º | 0.8% | 0.72% | - |
| HSV(B) | 288.95º | 0.47% | 0.95% | - |
| XYZ | 52.98 | 36.75 | 87.52 | - |
| YUV | 167.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 241 | 0.09 | 0.47 | 0 | 0.05 | 288.95 | 0.8 | 0.72 |
| Hex | DC | 7F | F1 | 9 | 2F | 0 | 5 | 121 | 50 | 48 |
| Octal | 334 | 177 | 361 | 11 | 57 | 0 | 5 | 441 | 120 | 110 |
| Binary | 11011100 | 1111111 | 11110001 | 1001 | 101111 | 0 | 101 | 100100001 | 1010000 | 1001000 |
Color Harmonies of #DC7FF1
Complementary color
Monochromatic Colors of #DC7FF1
Black with #DC7FF1
Text Example
Text Example
White with #DC7FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FF1; }
p { color: rgb(220,127,241); }
H1.HeaderClassName
{
color: #DC7FF1;
}
.AnyTagClassName
{
color: #DC7FF1;
}
</style>
background-color css
<style>
a { background-color: #DC7FF1; }
a { background-color: rgb(220,127,241); }
div.DivClassName
{
background-color: #DC7FF1;
}
.BgClassName
{
background-color: #DC7FF1;
}
</style>
border-color css
<style>
span { border-color: #DC7FF1; }
span { border-color: rgb(220,127,241); }
td.TdClassName
{
border-color: #DC7FF1;
}
.TagClassName
{
border-color: #DC7FF1;
}
</style>