Shades of Psychedelic Purple #D706FC
Tints of Psychedelic Purple #D706FC
RGB
CMYK
RGB Variations
Color information
#D706FC (or 0xD706FC) is known color: Psychedelic Purple. HEX triplet: D7, 06 and FC. RGB value is (215,6,252). Sum of RGB (Red+Green+Blue) = 215+6+252=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 6 (2.73% from 255 or 1.27% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #D706FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D706FC is #28F903. Grayscale: #5F5F5F. Windows color (decimal): -2685188 or 16516823. OLE color: 16516823.
HSL color Cylindrical-coordinate representation of color #D706FC: hue angle of 290.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D706FC is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 6 | 252 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.01 |
| HSL | 290.98º | 0.98% | 0.51% | - |
| HSV(B) | 290.98º | 0.98% | 0.99% | - |
| XYZ | 45.66 | 21.61 | 93.86 | - |
| YUV | 96.54 | 215.74 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 252 | 0.15 | 0.98 | 0 | 0.01 | 290.98 | 0.98 | 0.51 |
| Hex | D7 | 6 | FC | F | 62 | 0 | 1 | 123 | 62 | 33 |
| Octal | 327 | 6 | 374 | 17 | 142 | 0 | 1 | 443 | 142 | 63 |
| Binary | 11010111 | 110 | 11111100 | 1111 | 1100010 | 0 | 1 | 100100011 | 1100010 | 110011 |
Color Harmonies of #D706FC
Complementary color
Monochromatic Colors of #D706FC
Black with #D706FC
Text Example
Text Example
White with #D706FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706FC; }
p { color: rgb(215,6,252); }
H1.HeaderClassName
{
color: #D706FC;
}
.AnyTagClassName
{
color: #D706FC;
}
</style>
background-color css
<style>
a { background-color: #D706FC; }
a { background-color: rgb(215,6,252); }
div.DivClassName
{
background-color: #D706FC;
}
.BgClassName
{
background-color: #D706FC;
}
</style>
border-color css
<style>
span { border-color: #D706FC; }
span { border-color: rgb(215,6,252); }
td.TdClassName
{
border-color: #D706FC;
}
.TagClassName
{
border-color: #D706FC;
}
</style>