Shades of Psychedelic Purple #D70CEC
Tints of Psychedelic Purple #D70CEC
RGB
CMYK
RGB Variations
Color information
#D70CEC (or 0xD70CEC) is known color: Psychedelic Purple. HEX triplet: D7, 0C and EC. RGB value is (215,12,236). Sum of RGB (Red+Green+Blue) = 215+12+236=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #D70CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70CEC is #28F313. Grayscale: #616161. Windows color (decimal): -2683668 or 15469783. OLE color: 15469783.
HSL color Cylindrical-coordinate representation of color #D70CEC: hue angle of 294.38º 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 #D70CEC is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 12 | 236 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.07 |
| HSL | 294.38º | 0.9% | 0.49% | - |
| HSV(B) | 294.38º | 0.95% | 0.93% | - |
| XYZ | 43.3 | 20.77 | 81.08 | - |
| YUV | 98.23 | 205.75 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 236 | 0.09 | 0.95 | 0 | 0.07 | 294.38 | 0.9 | 0.49 |
| Hex | D7 | C | EC | 9 | 5F | 0 | 7 | 126 | 5A | 31 |
| Octal | 327 | 14 | 354 | 11 | 137 | 0 | 7 | 446 | 132 | 61 |
| Binary | 11010111 | 1100 | 11101100 | 1001 | 1011111 | 0 | 111 | 100100110 | 1011010 | 110001 |
Color Harmonies of #D70CEC
Complementary color
Monochromatic Colors of #D70CEC
Black with #D70CEC
Text Example
Text Example
White with #D70CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CEC; }
p { color: rgb(215,12,236); }
H1.HeaderClassName
{
color: #D70CEC;
}
.AnyTagClassName
{
color: #D70CEC;
}
</style>
background-color css
<style>
a { background-color: #D70CEC; }
a { background-color: rgb(215,12,236); }
div.DivClassName
{
background-color: #D70CEC;
}
.BgClassName
{
background-color: #D70CEC;
}
</style>
border-color css
<style>
span { border-color: #D70CEC; }
span { border-color: rgb(215,12,236); }
td.TdClassName
{
border-color: #D70CEC;
}
.TagClassName
{
border-color: #D70CEC;
}
</style>