Shades of Psychedelic Purple #D717E6
Tints of Psychedelic Purple #D717E6
RGB
CMYK
RGB Variations
Color information
#D717E6 (or 0xD717E6) is known color: Psychedelic Purple. HEX triplet: D7, 17 and E6. RGB value is (215,23,230). Sum of RGB (Red+Green+Blue) = 215+23+230=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #D717E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D717E6 is #28E819. Grayscale: #676767. Windows color (decimal): -2680858 or 15079383. OLE color: 15079383.
HSL color Cylindrical-coordinate representation of color #D717E6: hue angle of 295.65º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D717E6 is Cyan = 0.07, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 23 | 230 | - |
| CMYK | 0.07 | 0.9 | 0 | 0.10 |
| HSL | 295.65º | 0.82% | 0.5% | - |
| HSV(B) | 295.65º | 0.9% | 0.9% | - |
| XYZ | 42.61 | 20.77 | 76.63 | - |
| YUV | 104.01 | 199.11 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 230 | 0.07 | 0.9 | 0 | 0.10 | 295.65 | 0.82 | 0.5 |
| Hex | D7 | 17 | E6 | 7 | 5A | 0 | A | 128 | 52 | 32 |
| Octal | 327 | 27 | 346 | 7 | 132 | 0 | 12 | 450 | 122 | 62 |
| Binary | 11010111 | 10111 | 11100110 | 111 | 1011010 | 0 | 1010 | 100101000 | 1010010 | 110010 |
Color Harmonies of #D717E6
Complementary color
Monochromatic Colors of #D717E6
Black with #D717E6
Text Example
Text Example
White with #D717E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D717E6; }
p { color: rgb(215,23,230); }
H1.HeaderClassName
{
color: #D717E6;
}
.AnyTagClassName
{
color: #D717E6;
}
</style>
background-color css
<style>
a { background-color: #D717E6; }
a { background-color: rgb(215,23,230); }
div.DivClassName
{
background-color: #D717E6;
}
.BgClassName
{
background-color: #D717E6;
}
</style>
border-color css
<style>
span { border-color: #D717E6; }
span { border-color: rgb(215,23,230); }
td.TdClassName
{
border-color: #D717E6;
}
.TagClassName
{
border-color: #D717E6;
}
</style>