Shades of Heliotrope #D655FF
Tints of Heliotrope #D655FF
RGB
CMYK
RGB Variations
Color information
#D655FF (or 0xD655FF) is known color: Heliotrope. HEX triplet: D6, 55 and FF. RGB value is (214,85,255). Sum of RGB (Red+Green+Blue) = 214+85+255=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #D655FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D655FF is #29AA00. Grayscale: #8E8E8E. Windows color (decimal): -2730497 or 16733654. OLE color: 16733654.
HSL color Cylindrical-coordinate representation of color #D655FF: hue angle of 285.53º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D655FF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 85 | 255 | - |
| CMYK | 0.16 | 0.67 | 0 | 0 |
| HSL | 285.53º | 1% | 0.67% | - |
| HSV(B) | 285.53º | 0.67% | 1% | - |
| XYZ | 49.03 | 28.01 | 97.43 | - |
| YUV | 142.95 | 191.24 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 255 | 0.16 | 0.67 | 0 | 0 | 285.53 | 1 | 0.67 |
| Hex | D6 | 55 | FF | 10 | 43 | 0 | 0 | 11E | 64 | 43 |
| Octal | 326 | 125 | 377 | 20 | 103 | 0 | 0 | 436 | 144 | 103 |
| Binary | 11010110 | 1010101 | 11111111 | 10000 | 1000011 | 0 | 0 | 100011110 | 1100100 | 1000011 |
Color Harmonies of #D655FF
Complementary color
Monochromatic Colors of #D655FF
Black with #D655FF
Text Example
Text Example
White with #D655FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655FF; }
p { color: rgb(214,85,255); }
H1.HeaderClassName
{
color: #D655FF;
}
.AnyTagClassName
{
color: #D655FF;
}
</style>
background-color css
<style>
a { background-color: #D655FF; }
a { background-color: rgb(214,85,255); }
div.DivClassName
{
background-color: #D655FF;
}
.BgClassName
{
background-color: #D655FF;
}
</style>
border-color css
<style>
span { border-color: #D655FF; }
span { border-color: rgb(214,85,255); }
td.TdClassName
{
border-color: #D655FF;
}
.TagClassName
{
border-color: #D655FF;
}
</style>