Shades of Psychedelic Purple #D705ED
Tints of Psychedelic Purple #D705ED
RGB
CMYK
RGB Variations
Color information
#D705ED (or 0xD705ED) is known color: Psychedelic Purple. HEX triplet: D7, 05 and ED. RGB value is (215,5,237). Sum of RGB (Red+Green+Blue) = 215+5+237=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 5 (2.34% from 255 or 1.09% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #D705ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D705ED is #28FA12. Grayscale: #5D5D5D. Windows color (decimal): -2685459 or 15533527. OLE color: 15533527.
HSL color Cylindrical-coordinate representation of color #D705ED: hue angle of 294.31º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D705ED is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 5 | 237 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.07 |
| HSL | 294.31º | 0.96% | 0.47% | - |
| HSV(B) | 294.31º | 0.98% | 0.93% | - |
| XYZ | 43.36 | 20.67 | 81.82 | - |
| YUV | 94.24 | 208.57 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 237 | 0.09 | 0.98 | 0 | 0.07 | 294.31 | 0.96 | 0.47 |
| Hex | D7 | 5 | ED | 9 | 62 | 0 | 7 | 126 | 60 | 2F |
| Octal | 327 | 5 | 355 | 11 | 142 | 0 | 7 | 446 | 140 | 57 |
| Binary | 11010111 | 101 | 11101101 | 1001 | 1100010 | 0 | 111 | 100100110 | 1100000 | 101111 |
Color Harmonies of #D705ED
Complementary color
Monochromatic Colors of #D705ED
Black with #D705ED
Text Example
Text Example
White with #D705ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D705ED; }
p { color: rgb(215,5,237); }
H1.HeaderClassName
{
color: #D705ED;
}
.AnyTagClassName
{
color: #D705ED;
}
</style>
background-color css
<style>
a { background-color: #D705ED; }
a { background-color: rgb(215,5,237); }
div.DivClassName
{
background-color: #D705ED;
}
.BgClassName
{
background-color: #D705ED;
}
</style>
border-color css
<style>
span { border-color: #D705ED; }
span { border-color: rgb(215,5,237); }
td.TdClassName
{
border-color: #D705ED;
}
.TagClassName
{
border-color: #D705ED;
}
</style>