Shades of Heliotrope #D07FFD
Tints of Heliotrope #D07FFD
RGB
CMYK
RGB Variations
Color information
#D07FFD (or 0xD07FFD) is known color: Heliotrope. HEX triplet: D0, 7F and FD. RGB value is (208,127,253). Sum of RGB (Red+Green+Blue) = 208+127+253=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #D07FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FFD is #2F8002. Grayscale: #A5A5A5. Windows color (decimal): -3112963 or 16613328. OLE color: 16613328.
HSL color Cylindrical-coordinate representation of color #D07FFD: hue angle of 278.57º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07FFD is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 127 | 253 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.01 |
| HSL | 278.57º | 0.97% | 0.75% | - |
| HSV(B) | 278.57º | 0.5% | 0.99% | - |
| XYZ | 51.33 | 35.68 | 97.11 | - |
| YUV | 165.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 253 | 0.18 | 0.50 | 0 | 0.01 | 278.57 | 0.97 | 0.75 |
| Hex | D0 | 7F | FD | 12 | 32 | 0 | 1 | 117 | 61 | 4B |
| Octal | 320 | 177 | 375 | 22 | 62 | 0 | 1 | 427 | 141 | 113 |
| Binary | 11010000 | 1111111 | 11111101 | 10010 | 110010 | 0 | 1 | 100010111 | 1100001 | 1001011 |
Color Harmonies of #D07FFD
Complementary color
Monochromatic Colors of #D07FFD
Black with #D07FFD
Text Example
Text Example
White with #D07FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FFD; }
p { color: rgb(208,127,253); }
H1.HeaderClassName
{
color: #D07FFD;
}
.AnyTagClassName
{
color: #D07FFD;
}
</style>
background-color css
<style>
a { background-color: #D07FFD; }
a { background-color: rgb(208,127,253); }
div.DivClassName
{
background-color: #D07FFD;
}
.BgClassName
{
background-color: #D07FFD;
}
</style>
border-color css
<style>
span { border-color: #D07FFD; }
span { border-color: rgb(208,127,253); }
td.TdClassName
{
border-color: #D07FFD;
}
.TagClassName
{
border-color: #D07FFD;
}
</style>