Shades of Heliotrope #D655F7
Tints of Heliotrope #D655F7
RGB
CMYK
RGB Variations
Color information
#D655F7 (or 0xD655F7) is known color: Heliotrope. HEX triplet: D6, 55 and F7. RGB value is (214,85,247). Sum of RGB (Red+Green+Blue) = 214+85+247=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #D655F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655F7 is #29AA08. Grayscale: #8D8D8D. Windows color (decimal): -2730505 or 16209366. OLE color: 16209366.
HSL color Cylindrical-coordinate representation of color #D655F7: hue angle of 287.78º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D655F7 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 85 | 247 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.03 |
| HSL | 287.78º | 0.91% | 0.65% | - |
| HSV(B) | 287.78º | 0.66% | 0.97% | - |
| XYZ | 47.77 | 27.51 | 90.79 | - |
| YUV | 142.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 247 | 0.13 | 0.66 | 0 | 0.03 | 287.78 | 0.91 | 0.65 |
| Hex | D6 | 55 | F7 | D | 42 | 0 | 3 | 120 | 5B | 41 |
| Octal | 326 | 125 | 367 | 15 | 102 | 0 | 3 | 440 | 133 | 101 |
| Binary | 11010110 | 1010101 | 11110111 | 1101 | 1000010 | 0 | 11 | 100100000 | 1011011 | 1000001 |
Color Harmonies of #D655F7
Complementary color
Monochromatic Colors of #D655F7
Black with #D655F7
Text Example
Text Example
White with #D655F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655F7; }
p { color: rgb(214,85,247); }
H1.HeaderClassName
{
color: #D655F7;
}
.AnyTagClassName
{
color: #D655F7;
}
</style>
background-color css
<style>
a { background-color: #D655F7; }
a { background-color: rgb(214,85,247); }
div.DivClassName
{
background-color: #D655F7;
}
.BgClassName
{
background-color: #D655F7;
}
</style>
border-color css
<style>
span { border-color: #D655F7; }
span { border-color: rgb(214,85,247); }
td.TdClassName
{
border-color: #D655F7;
}
.TagClassName
{
border-color: #D655F7;
}
</style>