Shades of Psychedelic Purple #DC0CFD
Tints of Psychedelic Purple #DC0CFD
RGB
CMYK
RGB Variations
Color information
#DC0CFD (or 0xDC0CFD) is known color: Psychedelic Purple. HEX triplet: DC, 0C and FD. RGB value is (220,12,253). Sum of RGB (Red+Green+Blue) = 220+12+253=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC0CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0CFD is #23F302. Grayscale: #646464. Windows color (decimal): -2355971 or 16583900. OLE color: 16583900.
HSL color Cylindrical-coordinate representation of color #DC0CFD: hue angle of 291.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CFD is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 12 | 253 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.01 |
| HSL | 291.78º | 0.98% | 0.52% | - |
| HSV(B) | 291.78º | 0.95% | 0.99% | - |
| XYZ | 47.38 | 22.57 | 94.79 | - |
| YUV | 101.67 | 213.41 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 253 | 0.13 | 0.95 | 0 | 0.01 | 291.78 | 0.98 | 0.52 |
| Hex | DC | C | FD | D | 5F | 0 | 1 | 124 | 62 | 34 |
| Octal | 334 | 14 | 375 | 15 | 137 | 0 | 1 | 444 | 142 | 64 |
| Binary | 11011100 | 1100 | 11111101 | 1101 | 1011111 | 0 | 1 | 100100100 | 1100010 | 110100 |
Color Harmonies of #DC0CFD
Complementary color
Monochromatic Colors of #DC0CFD
Black with #DC0CFD
Text Example
Text Example
White with #DC0CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0CFD; }
p { color: rgb(220,12,253); }
H1.HeaderClassName
{
color: #DC0CFD;
}
.AnyTagClassName
{
color: #DC0CFD;
}
</style>
background-color css
<style>
a { background-color: #DC0CFD; }
a { background-color: rgb(220,12,253); }
div.DivClassName
{
background-color: #DC0CFD;
}
.BgClassName
{
background-color: #DC0CFD;
}
</style>
border-color css
<style>
span { border-color: #DC0CFD; }
span { border-color: rgb(220,12,253); }
td.TdClassName
{
border-color: #DC0CFD;
}
.TagClassName
{
border-color: #DC0CFD;
}
</style>