Shades of Psychedelic Purple #D706EC
Tints of Psychedelic Purple #D706EC
RGB
CMYK
RGB Variations
Color information
#D706EC (or 0xD706EC) is known color: Psychedelic Purple. HEX triplet: D7, 06 and EC. RGB value is (215,6,236). Sum of RGB (Red+Green+Blue) = 215+6+236=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 6 (2.73% from 255 or 1.31% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #D706EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D706EC is #28F913. Grayscale: #5E5E5E. Windows color (decimal): -2685204 or 15468247. OLE color: 15468247.
HSL color Cylindrical-coordinate representation of color #D706EC: hue angle of 294.52º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D706EC is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 6 | 236 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.07 |
| HSL | 294.52º | 0.95% | 0.47% | - |
| HSV(B) | 294.52º | 0.97% | 0.93% | - |
| XYZ | 43.23 | 20.63 | 81.06 | - |
| YUV | 94.71 | 207.74 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 236 | 0.09 | 0.97 | 0 | 0.07 | 294.52 | 0.95 | 0.47 |
| Hex | D7 | 6 | EC | 9 | 61 | 0 | 7 | 127 | 5F | 2F |
| Octal | 327 | 6 | 354 | 11 | 141 | 0 | 7 | 447 | 137 | 57 |
| Binary | 11010111 | 110 | 11101100 | 1001 | 1100001 | 0 | 111 | 100100111 | 1011111 | 101111 |
Color Harmonies of #D706EC
Complementary color
Monochromatic Colors of #D706EC
Black with #D706EC
Text Example
Text Example
White with #D706EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706EC; }
p { color: rgb(215,6,236); }
H1.HeaderClassName
{
color: #D706EC;
}
.AnyTagClassName
{
color: #D706EC;
}
</style>
background-color css
<style>
a { background-color: #D706EC; }
a { background-color: rgb(215,6,236); }
div.DivClassName
{
background-color: #D706EC;
}
.BgClassName
{
background-color: #D706EC;
}
</style>
border-color css
<style>
span { border-color: #D706EC; }
span { border-color: rgb(215,6,236); }
td.TdClassName
{
border-color: #D706EC;
}
.TagClassName
{
border-color: #D706EC;
}
</style>