Shades of Psychedelic Purple #D70CFF
Tints of Psychedelic Purple #D70CFF
RGB
CMYK
RGB Variations
Color information
#D70CFF (or 0xD70CFF) is known color: Psychedelic Purple. HEX triplet: D7, 0C and FF. RGB value is (215,12,255). Sum of RGB (Red+Green+Blue) = 215+12+255=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 12 (5.08% from 255 or 2.49% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #D70CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D70CFF is #28F300. Grayscale: #636363. Windows color (decimal): -2683649 or 16714967. OLE color: 16714967.
HSL color Cylindrical-coordinate representation of color #D70CFF: hue angle of 290.12º 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 #D70CFF is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 12 | 255 | - |
| CMYK | 0.16 | 0.95 | 0 | 0 |
| HSL | 290.12º | 1% | 0.52% | - |
| HSV(B) | 290.12º | 0.95% | 1% | - |
| XYZ | 46.21 | 21.93 | 96.41 | - |
| YUV | 100.4 | 215.25 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 255 | 0.16 | 0.95 | 0 | 0 | 290.12 | 1 | 0.52 |
| Hex | D7 | C | FF | 10 | 5F | 0 | 0 | 122 | 64 | 34 |
| Octal | 327 | 14 | 377 | 20 | 137 | 0 | 0 | 442 | 144 | 64 |
| Binary | 11010111 | 1100 | 11111111 | 10000 | 1011111 | 0 | 0 | 100100010 | 1100100 | 110100 |
Color Harmonies of #D70CFF
Complementary color
Monochromatic Colors of #D70CFF
Black with #D70CFF
Text Example
Text Example
White with #D70CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CFF; }
p { color: rgb(215,12,255); }
H1.HeaderClassName
{
color: #D70CFF;
}
.AnyTagClassName
{
color: #D70CFF;
}
</style>
background-color css
<style>
a { background-color: #D70CFF; }
a { background-color: rgb(215,12,255); }
div.DivClassName
{
background-color: #D70CFF;
}
.BgClassName
{
background-color: #D70CFF;
}
</style>
border-color css
<style>
span { border-color: #D70CFF; }
span { border-color: rgb(215,12,255); }
td.TdClassName
{
border-color: #D70CFF;
}
.TagClassName
{
border-color: #D70CFF;
}
</style>