Shades of Psychedelic Purple #DC0CFF
Tints of Psychedelic Purple #DC0CFF
RGB
CMYK
RGB Variations
Color information
#DC0CFF (or 0xDC0CFF) is known color: Psychedelic Purple. HEX triplet: DC, 0C and FF. RGB value is (220,12,255). Sum of RGB (Red+Green+Blue) = 220+12+255=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 12 (5.08% from 255 or 2.46% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC0CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0CFF is #23F300. Grayscale: #656565. Windows color (decimal): -2355969 or 16714972. OLE color: 16714972.
HSL color Cylindrical-coordinate representation of color #DC0CFF: hue angle of 291.36º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CFF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 12 | 255 | - |
| CMYK | 0.14 | 0.95 | 0 | 0 |
| HSL | 291.36º | 1% | 0.52% | - |
| HSV(B) | 291.36º | 0.95% | 1% | - |
| XYZ | 47.7 | 22.7 | 96.48 | - |
| YUV | 101.89 | 214.41 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 255 | 0.14 | 0.95 | 0 | 0 | 291.36 | 1 | 0.52 |
| Hex | DC | C | FF | E | 5F | 0 | 0 | 123 | 64 | 34 |
| Octal | 334 | 14 | 377 | 16 | 137 | 0 | 0 | 443 | 144 | 64 |
| Binary | 11011100 | 1100 | 11111111 | 1110 | 1011111 | 0 | 0 | 100100011 | 1100100 | 110100 |
Color Harmonies of #DC0CFF
Complementary color
Monochromatic Colors of #DC0CFF
Black with #DC0CFF
Text Example
Text Example
White with #DC0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0CFF; }
p { color: rgb(220,12,255); }
H1.HeaderClassName
{
color: #DC0CFF;
}
.AnyTagClassName
{
color: #DC0CFF;
}
</style>
background-color css
<style>
a { background-color: #DC0CFF; }
a { background-color: rgb(220,12,255); }
div.DivClassName
{
background-color: #DC0CFF;
}
.BgClassName
{
background-color: #DC0CFF;
}
</style>
border-color css
<style>
span { border-color: #DC0CFF; }
span { border-color: rgb(220,12,255); }
td.TdClassName
{
border-color: #DC0CFF;
}
.TagClassName
{
border-color: #DC0CFF;
}
</style>