Shades of Heliotrope #D07AFE
Tints of Heliotrope #D07AFE
RGB
CMYK
RGB Variations
Color information
#D07AFE (or 0xD07AFE) is known color: Heliotrope. HEX triplet: D0, 7A and FE. RGB value is (208,122,254). Sum of RGB (Red+Green+Blue) = 208+122+254=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #D07AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AFE is #2F8501. Grayscale: #A2A2A2. Windows color (decimal): -3114242 or 16677584. OLE color: 16677584.
HSL color Cylindrical-coordinate representation of color #D07AFE: hue angle of 279.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D07AFE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 122 | 254 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.00 |
| HSL | 279.09º | 0.99% | 0.74% | - |
| HSV(B) | 279.09º | 0.52% | 1% | - |
| XYZ | 50.86 | 34.48 | 97.74 | - |
| YUV | 162.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 254 | 0.18 | 0.52 | 0 | 0.00 | 279.09 | 0.99 | 0.74 |
| Hex | D0 | 7A | FE | 12 | 34 | 0 | 0 | 117 | 63 | 4A |
| Octal | 320 | 172 | 376 | 22 | 64 | 0 | 0 | 427 | 143 | 112 |
| Binary | 11010000 | 1111010 | 11111110 | 10010 | 110100 | 0 | 0 | 100010111 | 1100011 | 1001010 |
Color Harmonies of #D07AFE
Complementary color
Monochromatic Colors of #D07AFE
Black with #D07AFE
Text Example
Text Example
White with #D07AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07AFE; }
p { color: rgb(208,122,254); }
H1.HeaderClassName
{
color: #D07AFE;
}
.AnyTagClassName
{
color: #D07AFE;
}
</style>
background-color css
<style>
a { background-color: #D07AFE; }
a { background-color: rgb(208,122,254); }
div.DivClassName
{
background-color: #D07AFE;
}
.BgClassName
{
background-color: #D07AFE;
}
</style>
border-color css
<style>
span { border-color: #D07AFE; }
span { border-color: rgb(208,122,254); }
td.TdClassName
{
border-color: #D07AFE;
}
.TagClassName
{
border-color: #D07AFE;
}
</style>