Shades of Heliotrope #D07CF8
Tints of Heliotrope #D07CF8
RGB
CMYK
RGB Variations
Color information
#D07CF8 (or 0xD07CF8) is known color: Heliotrope. HEX triplet: D0, 7C and F8. RGB value is (208,124,248). Sum of RGB (Red+Green+Blue) = 208+124+248=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #D07CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CF8 is #2F8307. Grayscale: #A2A2A2. Windows color (decimal): -3113736 or 16284880. OLE color: 16284880.
HSL color Cylindrical-coordinate representation of color #D07CF8: hue angle of 280.65º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07CF8 is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 124 | 248 | - |
| CMYK | 0.16 | 0.5 | 0 | 0.03 |
| HSL | 280.65º | 0.9% | 0.73% | - |
| HSV(B) | 280.65º | 0.5% | 0.97% | - |
| XYZ | 50.16 | 34.6 | 92.84 | - |
| YUV | 163.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 248 | 0.16 | 0.5 | 0 | 0.03 | 280.65 | 0.9 | 0.73 |
| Hex | D0 | 7C | F8 | 10 | 32 | 0 | 3 | 119 | 5A | 49 |
| Octal | 320 | 174 | 370 | 20 | 62 | 0 | 3 | 431 | 132 | 111 |
| Binary | 11010000 | 1111100 | 11111000 | 10000 | 110010 | 0 | 11 | 100011001 | 1011010 | 1001001 |
Color Harmonies of #D07CF8
Complementary color
Monochromatic Colors of #D07CF8
Black with #D07CF8
Text Example
Text Example
White with #D07CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CF8; }
p { color: rgb(208,124,248); }
H1.HeaderClassName
{
color: #D07CF8;
}
.AnyTagClassName
{
color: #D07CF8;
}
</style>
background-color css
<style>
a { background-color: #D07CF8; }
a { background-color: rgb(208,124,248); }
div.DivClassName
{
background-color: #D07CF8;
}
.BgClassName
{
background-color: #D07CF8;
}
</style>
border-color css
<style>
span { border-color: #D07CF8; }
span { border-color: rgb(208,124,248); }
td.TdClassName
{
border-color: #D07CF8;
}
.TagClassName
{
border-color: #D07CF8;
}
</style>