Shades of Heliotrope #D785FD
Tints of Heliotrope #D785FD
RGB
CMYK
RGB Variations
Color information
#D785FD (or 0xD785FD) is known color: Heliotrope. HEX triplet: D7, 85 and FD. RGB value is (215,133,253). Sum of RGB (Red+Green+Blue) = 215+133+253=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #D785FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D785FD is #287A02. Grayscale: #AAAAAA. Windows color (decimal): -2652675 or 16614871. OLE color: 16614871.
HSL color Cylindrical-coordinate representation of color #D785FD: hue angle of 281º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D785FD is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 133 | 253 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.01 |
| HSL | 281º | 0.97% | 0.76% | - |
| HSV(B) | 281º | 0.47% | 0.99% | - |
| XYZ | 54.14 | 38.31 | 97.47 | - |
| YUV | 171.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 253 | 0.15 | 0.47 | 0 | 0.01 | 281 | 0.97 | 0.76 |
| Hex | D7 | 85 | FD | F | 2F | 0 | 1 | 119 | 61 | 4C |
| Octal | 327 | 205 | 375 | 17 | 57 | 0 | 1 | 431 | 141 | 114 |
| Binary | 11010111 | 10000101 | 11111101 | 1111 | 101111 | 0 | 1 | 100011001 | 1100001 | 1001100 |
Color Harmonies of #D785FD
Complementary color
Monochromatic Colors of #D785FD
Black with #D785FD
Text Example
Text Example
White with #D785FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785FD; }
p { color: rgb(215,133,253); }
H1.HeaderClassName
{
color: #D785FD;
}
.AnyTagClassName
{
color: #D785FD;
}
</style>
background-color css
<style>
a { background-color: #D785FD; }
a { background-color: rgb(215,133,253); }
div.DivClassName
{
background-color: #D785FD;
}
.BgClassName
{
background-color: #D785FD;
}
</style>
border-color css
<style>
span { border-color: #D785FD; }
span { border-color: rgb(215,133,253); }
td.TdClassName
{
border-color: #D785FD;
}
.TagClassName
{
border-color: #D785FD;
}
</style>