Shades of Psychedelic Purple #D703FC
Tints of Psychedelic Purple #D703FC
RGB
CMYK
RGB Variations
Color information
#D703FC (or 0xD703FC) is known color: Psychedelic Purple. HEX triplet: D7, 03 and FC. RGB value is (215,3,252). Sum of RGB (Red+Green+Blue) = 215+3+252=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #D703FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D703FC is #28FC03. Grayscale: #5D5D5D. Windows color (decimal): -2685956 or 16516055. OLE color: 16516055.
HSL color Cylindrical-coordinate representation of color #D703FC: hue angle of 291.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703FC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 3 | 252 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.01 |
| HSL | 291.08º | 0.98% | 0.5% | - |
| HSV(B) | 291.08º | 0.99% | 0.99% | - |
| XYZ | 45.63 | 21.54 | 93.85 | - |
| YUV | 94.77 | 216.74 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 252 | 0.15 | 0.99 | 0 | 0.01 | 291.08 | 0.98 | 0.5 |
| Hex | D7 | 3 | FC | F | 63 | 0 | 1 | 123 | 62 | 32 |
| Octal | 327 | 3 | 374 | 17 | 143 | 0 | 1 | 443 | 142 | 62 |
| Binary | 11010111 | 11 | 11111100 | 1111 | 1100011 | 0 | 1 | 100100011 | 1100010 | 110010 |
Color Harmonies of #D703FC
Complementary color
Monochromatic Colors of #D703FC
Black with #D703FC
Text Example
Text Example
White with #D703FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703FC; }
p { color: rgb(215,3,252); }
H1.HeaderClassName
{
color: #D703FC;
}
.AnyTagClassName
{
color: #D703FC;
}
</style>
background-color css
<style>
a { background-color: #D703FC; }
a { background-color: rgb(215,3,252); }
div.DivClassName
{
background-color: #D703FC;
}
.BgClassName
{
background-color: #D703FC;
}
</style>
border-color css
<style>
span { border-color: #D703FC; }
span { border-color: rgb(215,3,252); }
td.TdClassName
{
border-color: #D703FC;
}
.TagClassName
{
border-color: #D703FC;
}
</style>