Shades of Psychedelic Purple #DC0CFA
Tints of Psychedelic Purple #DC0CFA
RGB
CMYK
RGB Variations
Color information
#DC0CFA (or 0xDC0CFA) is known color: Psychedelic Purple. HEX triplet: DC, 0C and FA. RGB value is (220,12,250). Sum of RGB (Red+Green+Blue) = 220+12+250=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 12 (5.08% from 255 or 2.49% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC0CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0CFA is #23F305. Grayscale: #646464. Windows color (decimal): -2355974 or 16387292. OLE color: 16387292.
HSL color Cylindrical-coordinate representation of color #DC0CFA: hue angle of 292.44º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CFA is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 12 | 250 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.02 |
| HSL | 292.44º | 0.96% | 0.51% | - |
| HSV(B) | 292.44º | 0.95% | 0.98% | - |
| XYZ | 46.9 | 22.38 | 92.29 | - |
| YUV | 101.32 | 211.91 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 250 | 0.12 | 0.95 | 0 | 0.02 | 292.44 | 0.96 | 0.51 |
| Hex | DC | C | FA | C | 5F | 0 | 2 | 124 | 60 | 33 |
| Octal | 334 | 14 | 372 | 14 | 137 | 0 | 2 | 444 | 140 | 63 |
| Binary | 11011100 | 1100 | 11111010 | 1100 | 1011111 | 0 | 10 | 100100100 | 1100000 | 110011 |
Color Harmonies of #DC0CFA
Complementary color
Monochromatic Colors of #DC0CFA
Black with #DC0CFA
Text Example
Text Example
White with #DC0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0CFA; }
p { color: rgb(220,12,250); }
H1.HeaderClassName
{
color: #DC0CFA;
}
.AnyTagClassName
{
color: #DC0CFA;
}
</style>
background-color css
<style>
a { background-color: #DC0CFA; }
a { background-color: rgb(220,12,250); }
div.DivClassName
{
background-color: #DC0CFA;
}
.BgClassName
{
background-color: #DC0CFA;
}
</style>
border-color css
<style>
span { border-color: #DC0CFA; }
span { border-color: rgb(220,12,250); }
td.TdClassName
{
border-color: #DC0CFA;
}
.TagClassName
{
border-color: #DC0CFA;
}
</style>