Shades of Heliotrope #D760FC
Tints of Heliotrope #D760FC
RGB
CMYK
RGB Variations
Color information
#D760FC (or 0xD760FC) is known color: Heliotrope. HEX triplet: D7, 60 and FC. RGB value is (215,96,252). Sum of RGB (Red+Green+Blue) = 215+96+252=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 96 (37.89% from 255 or 17.05% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #D760FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D760FC is #289F03. Grayscale: #949494. Windows color (decimal): -2662148 or 16539863. OLE color: 16539863.
HSL color Cylindrical-coordinate representation of color #D760FC: hue angle of 285.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D760FC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 96 | 252 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.01 |
| HSL | 285.77º | 0.96% | 0.68% | - |
| HSV(B) | 285.77º | 0.62% | 0.99% | - |
| XYZ | 49.78 | 29.84 | 95.23 | - |
| YUV | 149.37 | 185.92 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 252 | 0.15 | 0.62 | 0 | 0.01 | 285.77 | 0.96 | 0.68 |
| Hex | D7 | 60 | FC | F | 3E | 0 | 1 | 11E | 60 | 44 |
| Octal | 327 | 140 | 374 | 17 | 76 | 0 | 1 | 436 | 140 | 104 |
| Binary | 11010111 | 1100000 | 11111100 | 1111 | 111110 | 0 | 1 | 100011110 | 1100000 | 1000100 |
Color Harmonies of #D760FC
Complementary color
Monochromatic Colors of #D760FC
Black with #D760FC
Text Example
Text Example
White with #D760FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D760FC; }
p { color: rgb(215,96,252); }
H1.HeaderClassName
{
color: #D760FC;
}
.AnyTagClassName
{
color: #D760FC;
}
</style>
background-color css
<style>
a { background-color: #D760FC; }
a { background-color: rgb(215,96,252); }
div.DivClassName
{
background-color: #D760FC;
}
.BgClassName
{
background-color: #D760FC;
}
</style>
border-color css
<style>
span { border-color: #D760FC; }
span { border-color: rgb(215,96,252); }
td.TdClassName
{
border-color: #D760FC;
}
.TagClassName
{
border-color: #D760FC;
}
</style>