Shades of Psychedelic Purple #DC17FC
Tints of Psychedelic Purple #DC17FC
RGB
CMYK
RGB Variations
Color information
#DC17FC (or 0xDC17FC) is known color: Psychedelic Purple. HEX triplet: DC, 17 and FC. RGB value is (220,23,252). Sum of RGB (Red+Green+Blue) = 220+23+252=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 23 (9.38% from 255 or 4.65% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC17FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC17FC is #23E803. Grayscale: #6B6B6B. Windows color (decimal): -2353156 or 16521180. OLE color: 16521180.
HSL color Cylindrical-coordinate representation of color #DC17FC: hue angle of 291.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC17FC is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 23 | 252 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.01 |
| HSL | 291.62º | 0.97% | 0.54% | - |
| HSV(B) | 291.62º | 0.91% | 0.99% | - |
| XYZ | 47.39 | 22.86 | 94.01 | - |
| YUV | 108.01 | 209.27 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 252 | 0.13 | 0.91 | 0 | 0.01 | 291.62 | 0.97 | 0.54 |
| Hex | DC | 17 | FC | D | 5B | 0 | 1 | 124 | 61 | 36 |
| Octal | 334 | 27 | 374 | 15 | 133 | 0 | 1 | 444 | 141 | 66 |
| Binary | 11011100 | 10111 | 11111100 | 1101 | 1011011 | 0 | 1 | 100100100 | 1100001 | 110110 |
Color Harmonies of #DC17FC
Complementary color
Monochromatic Colors of #DC17FC
Black with #DC17FC
Text Example
Text Example
White with #DC17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17FC; }
p { color: rgb(220,23,252); }
H1.HeaderClassName
{
color: #DC17FC;
}
.AnyTagClassName
{
color: #DC17FC;
}
</style>
background-color css
<style>
a { background-color: #DC17FC; }
a { background-color: rgb(220,23,252); }
div.DivClassName
{
background-color: #DC17FC;
}
.BgClassName
{
background-color: #DC17FC;
}
</style>
border-color css
<style>
span { border-color: #DC17FC; }
span { border-color: rgb(220,23,252); }
td.TdClassName
{
border-color: #DC17FC;
}
.TagClassName
{
border-color: #DC17FC;
}
</style>