Shades of Heliotrope #D07CF0
Tints of Heliotrope #D07CF0
RGB
CMYK
RGB Variations
Color information
#D07CF0 (or 0xD07CF0) is known color: Heliotrope. HEX triplet: D0, 7C and F0. RGB value is (208,124,240). Sum of RGB (Red+Green+Blue) = 208+124+240=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #D07CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CF0 is #2F830F. Grayscale: #A1A1A1. Windows color (decimal): -3113744 or 15760592. OLE color: 15760592.
HSL color Cylindrical-coordinate representation of color #D07CF0: hue angle of 283.45º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D07CF0 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 124 | 240 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.06 |
| HSL | 283.45º | 0.79% | 0.71% | - |
| HSV(B) | 283.45º | 0.48% | 0.94% | - |
| XYZ | 48.95 | 34.12 | 86.44 | - |
| YUV | 162.34 | 171.83 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 240 | 0.13 | 0.48 | 0 | 0.06 | 283.45 | 0.79 | 0.71 |
| Hex | D0 | 7C | F0 | D | 30 | 0 | 6 | 11B | 4F | 47 |
| Octal | 320 | 174 | 360 | 15 | 60 | 0 | 6 | 433 | 117 | 107 |
| Binary | 11010000 | 1111100 | 11110000 | 1101 | 110000 | 0 | 110 | 100011011 | 1001111 | 1000111 |
Color Harmonies of #D07CF0
Complementary color
Monochromatic Colors of #D07CF0
Black with #D07CF0
Text Example
Text Example
White with #D07CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CF0; }
p { color: rgb(208,124,240); }
H1.HeaderClassName
{
color: #D07CF0;
}
.AnyTagClassName
{
color: #D07CF0;
}
</style>
background-color css
<style>
a { background-color: #D07CF0; }
a { background-color: rgb(208,124,240); }
div.DivClassName
{
background-color: #D07CF0;
}
.BgClassName
{
background-color: #D07CF0;
}
</style>
border-color css
<style>
span { border-color: #D07CF0; }
span { border-color: rgb(208,124,240); }
td.TdClassName
{
border-color: #D07CF0;
}
.TagClassName
{
border-color: #D07CF0;
}
</style>