Shades of Psychedelic Purple #DC0BFF
Tints of Psychedelic Purple #DC0BFF
RGB
CMYK
RGB Variations
Color information
#DC0BFF (or 0xDC0BFF) is known color: Psychedelic Purple. HEX triplet: DC, 0B and FF. RGB value is (220,11,255). Sum of RGB (Red+Green+Blue) = 220+11+255=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 11 (4.69% from 255 or 2.26% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC0BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC0BFF is #23F400. Grayscale: #646464. Windows color (decimal): -2356225 or 16714716. OLE color: 16714716.
HSL color Cylindrical-coordinate representation of color #DC0BFF: hue angle of 291.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0BFF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 11 | 255 | - |
| CMYK | 0.14 | 0.96 | 0 | 0 |
| HSL | 291.39º | 1% | 0.52% | - |
| HSV(B) | 291.39º | 0.96% | 1% | - |
| XYZ | 47.68 | 22.67 | 96.47 | - |
| YUV | 101.31 | 214.74 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 255 | 0.14 | 0.96 | 0 | 0 | 291.39 | 1 | 0.52 |
| Hex | DC | B | FF | E | 60 | 0 | 0 | 123 | 64 | 34 |
| Octal | 334 | 13 | 377 | 16 | 140 | 0 | 0 | 443 | 144 | 64 |
| Binary | 11011100 | 1011 | 11111111 | 1110 | 1100000 | 0 | 0 | 100100011 | 1100100 | 110100 |
Color Harmonies of #DC0BFF
Complementary color
Monochromatic Colors of #DC0BFF
Black with #DC0BFF
Text Example
Text Example
White with #DC0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0BFF; }
p { color: rgb(220,11,255); }
H1.HeaderClassName
{
color: #DC0BFF;
}
.AnyTagClassName
{
color: #DC0BFF;
}
</style>
background-color css
<style>
a { background-color: #DC0BFF; }
a { background-color: rgb(220,11,255); }
div.DivClassName
{
background-color: #DC0BFF;
}
.BgClassName
{
background-color: #DC0BFF;
}
</style>
border-color css
<style>
span { border-color: #DC0BFF; }
span { border-color: rgb(220,11,255); }
td.TdClassName
{
border-color: #DC0BFF;
}
.TagClassName
{
border-color: #DC0BFF;
}
</style>