Shades of Psychedelic Purple #D700FF
Tints of Psychedelic Purple #D700FF
RGB
CMYK
RGB Variations
Color information
#D700FF (or 0xD700FF) is known color: Psychedelic Purple. HEX triplet: D7, 00 and FF. RGB value is (215,0,255). Sum of RGB (Red+Green+Blue) = 215+0+255=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 0 (0.39% from 255 or 0% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #D700FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D700FF is #28FF00. Grayscale: #5C5C5C. Windows color (decimal): -2686721 or 16711895. OLE color: 16711895.
HSL color Cylindrical-coordinate representation of color #D700FF: hue angle of 290.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700FF is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 0 | 255 | - |
| CMYK | 0.16 | 1 | 0 | 0 |
| HSL | 290.59º | 1% | 0.5% | - |
| HSV(B) | 290.59º | 1% | 1% | - |
| XYZ | 46.07 | 21.67 | 96.36 | - |
| YUV | 93.36 | 219.23 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 255 | 0.16 | 1 | 0 | 0 | 290.59 | 1 | 0.5 |
| Hex | D7 | 0 | FF | 10 | 64 | 0 | 0 | 123 | 64 | 32 |
| Octal | 327 | 0 | 377 | 20 | 144 | 0 | 0 | 443 | 144 | 62 |
| Binary | 11010111 | 0 | 11111111 | 10000 | 1100100 | 0 | 0 | 100100011 | 1100100 | 110010 |
Color Harmonies of #D700FF
Complementary color
Monochromatic Colors of #D700FF
Black with #D700FF
Text Example
Text Example
White with #D700FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700FF; }
p { color: rgb(215,0,255); }
H1.HeaderClassName
{
color: #D700FF;
}
.AnyTagClassName
{
color: #D700FF;
}
</style>
background-color css
<style>
a { background-color: #D700FF; }
a { background-color: rgb(215,0,255); }
div.DivClassName
{
background-color: #D700FF;
}
.BgClassName
{
background-color: #D700FF;
}
</style>
border-color css
<style>
span { border-color: #D700FF; }
span { border-color: rgb(215,0,255); }
td.TdClassName
{
border-color: #D700FF;
}
.TagClassName
{
border-color: #D700FF;
}
</style>