Shades of Heliotrope #D07FFE
Tints of Heliotrope #D07FFE
RGB
CMYK
RGB Variations
Color information
#D07FFE (or 0xD07FFE) is known color: Heliotrope. HEX triplet: D0, 7F and FE. RGB value is (208,127,254). Sum of RGB (Red+Green+Blue) = 208+127+254=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #D07FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FFE is #2F8001. Grayscale: #A5A5A5. Windows color (decimal): -3112962 or 16678864. OLE color: 16678864.
HSL color Cylindrical-coordinate representation of color #D07FFE: hue angle of 278.27º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07FFE is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 127 | 254 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.00 |
| HSL | 278.27º | 0.98% | 0.75% | - |
| HSV(B) | 278.27º | 0.5% | 1% | - |
| XYZ | 51.49 | 35.74 | 97.95 | - |
| YUV | 165.7 | 177.84 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 254 | 0.18 | 0.50 | 0 | 0.00 | 278.27 | 0.98 | 0.75 |
| Hex | D0 | 7F | FE | 12 | 32 | 0 | 0 | 116 | 62 | 4B |
| Octal | 320 | 177 | 376 | 22 | 62 | 0 | 0 | 426 | 142 | 113 |
| Binary | 11010000 | 1111111 | 11111110 | 10010 | 110010 | 0 | 0 | 100010110 | 1100010 | 1001011 |
Color Harmonies of #D07FFE
Complementary color
Monochromatic Colors of #D07FFE
Black with #D07FFE
Text Example
Text Example
White with #D07FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FFE; }
p { color: rgb(208,127,254); }
H1.HeaderClassName
{
color: #D07FFE;
}
.AnyTagClassName
{
color: #D07FFE;
}
</style>
background-color css
<style>
a { background-color: #D07FFE; }
a { background-color: rgb(208,127,254); }
div.DivClassName
{
background-color: #D07FFE;
}
.BgClassName
{
background-color: #D07FFE;
}
</style>
border-color css
<style>
span { border-color: #D07FFE; }
span { border-color: rgb(208,127,254); }
td.TdClassName
{
border-color: #D07FFE;
}
.TagClassName
{
border-color: #D07FFE;
}
</style>