Shades of Heliotrope #D781FC
Tints of Heliotrope #D781FC
RGB
CMYK
RGB Variations
Color information
#D781FC (or 0xD781FC) is known color: Heliotrope. HEX triplet: D7, 81 and FC. RGB value is (215,129,252). Sum of RGB (Red+Green+Blue) = 215+129+252=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #D781FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D781FC is #287E03. Grayscale: #A8A8A8. Windows color (decimal): -2653700 or 16548311. OLE color: 16548311.
HSL color Cylindrical-coordinate representation of color #D781FC: hue angle of 281.95º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D781FC is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 129 | 252 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.01 |
| HSL | 281.95º | 0.95% | 0.75% | - |
| HSV(B) | 281.95º | 0.49% | 0.99% | - |
| XYZ | 53.45 | 37.18 | 96.45 | - |
| YUV | 168.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 252 | 0.15 | 0.49 | 0 | 0.01 | 281.95 | 0.95 | 0.75 |
| Hex | D7 | 81 | FC | F | 31 | 0 | 1 | 11A | 5F | 4B |
| Octal | 327 | 201 | 374 | 17 | 61 | 0 | 1 | 432 | 137 | 113 |
| Binary | 11010111 | 10000001 | 11111100 | 1111 | 110001 | 0 | 1 | 100011010 | 1011111 | 1001011 |
Color Harmonies of #D781FC
Complementary color
Monochromatic Colors of #D781FC
Black with #D781FC
Text Example
Text Example
White with #D781FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781FC; }
p { color: rgb(215,129,252); }
H1.HeaderClassName
{
color: #D781FC;
}
.AnyTagClassName
{
color: #D781FC;
}
</style>
background-color css
<style>
a { background-color: #D781FC; }
a { background-color: rgb(215,129,252); }
div.DivClassName
{
background-color: #D781FC;
}
.BgClassName
{
background-color: #D781FC;
}
</style>
border-color css
<style>
span { border-color: #D781FC; }
span { border-color: rgb(215,129,252); }
td.TdClassName
{
border-color: #D781FC;
}
.TagClassName
{
border-color: #D781FC;
}
</style>