Shades of Psychedelic Purple #D630FC
Tints of Psychedelic Purple #D630FC
RGB
CMYK
RGB Variations
Color information
#D630FC (or 0xD630FC) is known color: Psychedelic Purple. HEX triplet: D6, 30 and FC. RGB value is (214,48,252). Sum of RGB (Red+Green+Blue) = 214+48+252=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 48 (19.14% from 255 or 9.34% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #D630FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D630FC is #29CF03. Grayscale: #787878. Windows color (decimal): -2739972 or 16527574. OLE color: 16527574.
HSL color Cylindrical-coordinate representation of color #D630FC: hue angle of 288.82º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D630FC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 48 | 252 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.01 |
| HSL | 288.82º | 0.97% | 0.59% | - |
| HSV(B) | 288.82º | 0.81% | 0.99% | - |
| XYZ | 46.36 | 23.44 | 94.18 | - |
| YUV | 120.89 | 202 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 48 | 252 | 0.15 | 0.81 | 0 | 0.01 | 288.82 | 0.97 | 0.59 |
| Hex | D6 | 30 | FC | F | 51 | 0 | 1 | 121 | 61 | 3B |
| Octal | 326 | 60 | 374 | 17 | 121 | 0 | 1 | 441 | 141 | 73 |
| Binary | 11010110 | 110000 | 11111100 | 1111 | 1010001 | 0 | 1 | 100100001 | 1100001 | 111011 |
Color Harmonies of #D630FC
Complementary color
Monochromatic Colors of #D630FC
Black with #D630FC
Text Example
Text Example
White with #D630FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D630FC; }
p { color: rgb(214,48,252); }
H1.HeaderClassName
{
color: #D630FC;
}
.AnyTagClassName
{
color: #D630FC;
}
</style>
background-color css
<style>
a { background-color: #D630FC; }
a { background-color: rgb(214,48,252); }
div.DivClassName
{
background-color: #D630FC;
}
.BgClassName
{
background-color: #D630FC;
}
</style>
border-color css
<style>
span { border-color: #D630FC; }
span { border-color: rgb(214,48,252); }
td.TdClassName
{
border-color: #D630FC;
}
.TagClassName
{
border-color: #D630FC;
}
</style>