Shades of Psychedelic Purple #DC1CEC
Tints of Psychedelic Purple #DC1CEC
RGB
CMYK
RGB Variations
Color information
#DC1CEC (or 0xDC1CEC) is known color: Psychedelic Purple. HEX triplet: DC, 1C and EC. RGB value is (220,28,236). Sum of RGB (Red+Green+Blue) = 220+28+236=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC1CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC1CEC is #23E313. Grayscale: #6C6C6C. Windows color (decimal): -2351892 or 15473884. OLE color: 15473884.
HSL color Cylindrical-coordinate representation of color #DC1CEC: hue angle of 295.38º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1CEC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 28 | 236 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.07 |
| HSL | 295.38º | 0.85% | 0.52% | - |
| HSV(B) | 295.38º | 0.88% | 0.93% | - |
| XYZ | 45.07 | 22.1 | 81.25 | - |
| YUV | 109.12 | 199.61 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 236 | 0.07 | 0.88 | 0 | 0.07 | 295.38 | 0.85 | 0.52 |
| Hex | DC | 1C | EC | 7 | 58 | 0 | 7 | 127 | 55 | 34 |
| Octal | 334 | 34 | 354 | 7 | 130 | 0 | 7 | 447 | 125 | 64 |
| Binary | 11011100 | 11100 | 11101100 | 111 | 1011000 | 0 | 111 | 100100111 | 1010101 | 110100 |
Color Harmonies of #DC1CEC
Complementary color
Monochromatic Colors of #DC1CEC
Black with #DC1CEC
Text Example
Text Example
White with #DC1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CEC; }
p { color: rgb(220,28,236); }
H1.HeaderClassName
{
color: #DC1CEC;
}
.AnyTagClassName
{
color: #DC1CEC;
}
</style>
background-color css
<style>
a { background-color: #DC1CEC; }
a { background-color: rgb(220,28,236); }
div.DivClassName
{
background-color: #DC1CEC;
}
.BgClassName
{
background-color: #DC1CEC;
}
</style>
border-color css
<style>
span { border-color: #DC1CEC; }
span { border-color: rgb(220,28,236); }
td.TdClassName
{
border-color: #DC1CEC;
}
.TagClassName
{
border-color: #DC1CEC;
}
</style>