Shades of Psychedelic Purple #DC0CEC
Tints of Psychedelic Purple #DC0CEC
RGB
CMYK
RGB Variations
Color information
#DC0CEC (or 0xDC0CEC) is known color: Psychedelic Purple. HEX triplet: DC, 0C and EC. RGB value is (220,12,236). Sum of RGB (Red+Green+Blue) = 220+12+236=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC0CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0CEC is #23F313. Grayscale: #636363. Windows color (decimal): -2355988 or 15469788. OLE color: 15469788.
HSL color Cylindrical-coordinate representation of color #DC0CEC: hue angle of 295.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CEC is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 12 | 236 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.07 |
| HSL | 295.71º | 0.9% | 0.49% | - |
| HSV(B) | 295.71º | 0.95% | 0.93% | - |
| XYZ | 44.79 | 21.53 | 81.15 | - |
| YUV | 99.73 | 204.91 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 236 | 0.07 | 0.95 | 0 | 0.07 | 295.71 | 0.9 | 0.49 |
| Hex | DC | C | EC | 7 | 5F | 0 | 7 | 128 | 5A | 31 |
| Octal | 334 | 14 | 354 | 7 | 137 | 0 | 7 | 450 | 132 | 61 |
| Binary | 11011100 | 1100 | 11101100 | 111 | 1011111 | 0 | 111 | 100101000 | 1011010 | 110001 |
Color Harmonies of #DC0CEC
Complementary color
Monochromatic Colors of #DC0CEC
Black with #DC0CEC
Text Example
Text Example
White with #DC0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0CEC; }
p { color: rgb(220,12,236); }
H1.HeaderClassName
{
color: #DC0CEC;
}
.AnyTagClassName
{
color: #DC0CEC;
}
</style>
background-color css
<style>
a { background-color: #DC0CEC; }
a { background-color: rgb(220,12,236); }
div.DivClassName
{
background-color: #DC0CEC;
}
.BgClassName
{
background-color: #DC0CEC;
}
</style>
border-color css
<style>
span { border-color: #DC0CEC; }
span { border-color: rgb(220,12,236); }
td.TdClassName
{
border-color: #DC0CEC;
}
.TagClassName
{
border-color: #DC0CEC;
}
</style>