Shades of Heliotrope #D78CFC
Tints of Heliotrope #D78CFC
RGB
CMYK
RGB Variations
Color information
#D78CFC (or 0xD78CFC) is known color: Heliotrope. HEX triplet: D7, 8C and FC. RGB value is (215,140,252). Sum of RGB (Red+Green+Blue) = 215+140+252=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #D78CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78CFC is #287303. Grayscale: #AEAEAE. Windows color (decimal): -2650884 or 16551127. OLE color: 16551127.
HSL color Cylindrical-coordinate representation of color #D78CFC: hue angle of 280.18º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D78CFC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 140 | 252 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.01 |
| HSL | 280.18º | 0.95% | 0.77% | - |
| HSV(B) | 280.18º | 0.44% | 0.99% | - |
| XYZ | 54.97 | 40.23 | 96.96 | - |
| YUV | 175.19 | 171.35 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 140 | 252 | 0.15 | 0.44 | 0 | 0.01 | 280.18 | 0.95 | 0.77 |
| Hex | D7 | 8C | FC | F | 2C | 0 | 1 | 118 | 5F | 4D |
| Octal | 327 | 214 | 374 | 17 | 54 | 0 | 1 | 430 | 137 | 115 |
| Binary | 11010111 | 10001100 | 11111100 | 1111 | 101100 | 0 | 1 | 100011000 | 1011111 | 1001101 |
Color Harmonies of #D78CFC
Complementary color
Monochromatic Colors of #D78CFC
Black with #D78CFC
Text Example
Text Example
White with #D78CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78CFC; }
p { color: rgb(215,140,252); }
H1.HeaderClassName
{
color: #D78CFC;
}
.AnyTagClassName
{
color: #D78CFC;
}
</style>
background-color css
<style>
a { background-color: #D78CFC; }
a { background-color: rgb(215,140,252); }
div.DivClassName
{
background-color: #D78CFC;
}
.BgClassName
{
background-color: #D78CFC;
}
</style>
border-color css
<style>
span { border-color: #D78CFC; }
span { border-color: rgb(215,140,252); }
td.TdClassName
{
border-color: #D78CFC;
}
.TagClassName
{
border-color: #D78CFC;
}
</style>