Shades of Psychedelic Purple #D717EC
Tints of Psychedelic Purple #D717EC
RGB
CMYK
RGB Variations
Color information
#D717EC (or 0xD717EC) is known color: Psychedelic Purple. HEX triplet: D7, 17 and EC. RGB value is (215,23,236). Sum of RGB (Red+Green+Blue) = 215+23+236=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #D717EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D717EC is #28E813. Grayscale: #686868. Windows color (decimal): -2680852 or 15472599. OLE color: 15472599.
HSL color Cylindrical-coordinate representation of color #D717EC: hue angle of 294.08º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D717EC is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 23 | 236 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.07 |
| HSL | 294.08º | 0.85% | 0.51% | - |
| HSV(B) | 294.08º | 0.9% | 0.93% | - |
| XYZ | 43.47 | 21.12 | 81.14 | - |
| YUV | 104.69 | 202.11 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 236 | 0.09 | 0.90 | 0 | 0.07 | 294.08 | 0.85 | 0.51 |
| Hex | D7 | 17 | EC | 9 | 5A | 0 | 7 | 126 | 55 | 33 |
| Octal | 327 | 27 | 354 | 11 | 132 | 0 | 7 | 446 | 125 | 63 |
| Binary | 11010111 | 10111 | 11101100 | 1001 | 1011010 | 0 | 111 | 100100110 | 1010101 | 110011 |
Color Harmonies of #D717EC
Complementary color
Monochromatic Colors of #D717EC
Black with #D717EC
Text Example
Text Example
White with #D717EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D717EC; }
p { color: rgb(215,23,236); }
H1.HeaderClassName
{
color: #D717EC;
}
.AnyTagClassName
{
color: #D717EC;
}
</style>
background-color css
<style>
a { background-color: #D717EC; }
a { background-color: rgb(215,23,236); }
div.DivClassName
{
background-color: #D717EC;
}
.BgClassName
{
background-color: #D717EC;
}
</style>
border-color css
<style>
span { border-color: #D717EC; }
span { border-color: rgb(215,23,236); }
td.TdClassName
{
border-color: #D717EC;
}
.TagClassName
{
border-color: #D717EC;
}
</style>