Shades of Heliotrope #D07CFF
Tints of Heliotrope #D07CFF
RGB
CMYK
RGB Variations
Color information
#D07CFF (or 0xD07CFF) is known color: Heliotrope. HEX triplet: D0, 7C and FF. RGB value is (208,124,255). Sum of RGB (Red+Green+Blue) = 208+124+255=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #D07CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CFF is #2F8300. Grayscale: #A3A3A3. Windows color (decimal): -3113729 or 16743632. OLE color: 16743632.
HSL color Cylindrical-coordinate representation of color #D07CFF: hue angle of 278.47º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07CFF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 124 | 255 | - |
| CMYK | 0.18 | 0.51 | 0 | 0 |
| HSL | 278.47º | 1% | 0.74% | - |
| HSV(B) | 278.47º | 0.51% | 1% | - |
| XYZ | 51.27 | 35.05 | 98.67 | - |
| YUV | 164.05 | 179.33 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 255 | 0.18 | 0.51 | 0 | 0 | 278.47 | 1 | 0.74 |
| Hex | D0 | 7C | FF | 12 | 33 | 0 | 0 | 116 | 64 | 4A |
| Octal | 320 | 174 | 377 | 22 | 63 | 0 | 0 | 426 | 144 | 112 |
| Binary | 11010000 | 1111100 | 11111111 | 10010 | 110011 | 0 | 0 | 100010110 | 1100100 | 1001010 |
Color Harmonies of #D07CFF
Complementary color
Monochromatic Colors of #D07CFF
Black with #D07CFF
Text Example
Text Example
White with #D07CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CFF; }
p { color: rgb(208,124,255); }
H1.HeaderClassName
{
color: #D07CFF;
}
.AnyTagClassName
{
color: #D07CFF;
}
</style>
background-color css
<style>
a { background-color: #D07CFF; }
a { background-color: rgb(208,124,255); }
div.DivClassName
{
background-color: #D07CFF;
}
.BgClassName
{
background-color: #D07CFF;
}
</style>
border-color css
<style>
span { border-color: #D07CFF; }
span { border-color: rgb(208,124,255); }
td.TdClassName
{
border-color: #D07CFF;
}
.TagClassName
{
border-color: #D07CFF;
}
</style>