Shades of Heliotrope #D785FF
Tints of Heliotrope #D785FF
RGB
CMYK
RGB Variations
Color information
#D785FF (or 0xD785FF) is known color: Heliotrope. HEX triplet: D7, 85 and FF. RGB value is (215,133,255). Sum of RGB (Red+Green+Blue) = 215+133+255=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #D785FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D785FF is #287A00. Grayscale: #ABABAB. Windows color (decimal): -2652673 or 16745943. OLE color: 16745943.
HSL color Cylindrical-coordinate representation of color #D785FF: hue angle of 280.33º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D785FF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 133 | 255 | - |
| CMYK | 0.16 | 0.48 | 0 | 0 |
| HSL | 280.33º | 1% | 0.76% | - |
| HSV(B) | 280.33º | 0.48% | 1% | - |
| XYZ | 54.46 | 38.44 | 99.16 | - |
| YUV | 171.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 255 | 0.16 | 0.48 | 0 | 0 | 280.33 | 1 | 0.76 |
| Hex | D7 | 85 | FF | 10 | 30 | 0 | 0 | 118 | 64 | 4C |
| Octal | 327 | 205 | 377 | 20 | 60 | 0 | 0 | 430 | 144 | 114 |
| Binary | 11010111 | 10000101 | 11111111 | 10000 | 110000 | 0 | 0 | 100011000 | 1100100 | 1001100 |
Color Harmonies of #D785FF
Complementary color
Monochromatic Colors of #D785FF
Black with #D785FF
Text Example
Text Example
White with #D785FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785FF; }
p { color: rgb(215,133,255); }
H1.HeaderClassName
{
color: #D785FF;
}
.AnyTagClassName
{
color: #D785FF;
}
</style>
background-color css
<style>
a { background-color: #D785FF; }
a { background-color: rgb(215,133,255); }
div.DivClassName
{
background-color: #D785FF;
}
.BgClassName
{
background-color: #D785FF;
}
</style>
border-color css
<style>
span { border-color: #D785FF; }
span { border-color: rgb(215,133,255); }
td.TdClassName
{
border-color: #D785FF;
}
.TagClassName
{
border-color: #D785FF;
}
</style>