Shades of Psychedelic Purple #D50CFC
Tints of Psychedelic Purple #D50CFC
RGB
CMYK
RGB Variations
Color information
#D50CFC (or 0xD50CFC) is known color: Psychedelic Purple. HEX triplet: D5, 0C and FC. RGB value is (213,12,252). Sum of RGB (Red+Green+Blue) = 213+12+252=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 12 (5.08% from 255 or 2.52% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #D50CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50CFC is #2AF303. Grayscale: #626262. Windows color (decimal): -2814724 or 16518357. OLE color: 16518357.
HSL color Cylindrical-coordinate representation of color #D50CFC: hue angle of 290.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50CFC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 12 | 252 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.01 |
| HSL | 290.25º | 0.98% | 0.52% | - |
| HSV(B) | 290.25º | 0.95% | 0.99% | - |
| XYZ | 45.14 | 21.44 | 93.85 | - |
| YUV | 99.46 | 214.09 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 252 | 0.15 | 0.95 | 0 | 0.01 | 290.25 | 0.98 | 0.52 |
| Hex | D5 | C | FC | F | 5F | 0 | 1 | 122 | 62 | 34 |
| Octal | 325 | 14 | 374 | 17 | 137 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010101 | 1100 | 11111100 | 1111 | 1011111 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D50CFC
Complementary color
Monochromatic Colors of #D50CFC
Black with #D50CFC
Text Example
Text Example
White with #D50CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CFC; }
p { color: rgb(213,12,252); }
H1.HeaderClassName
{
color: #D50CFC;
}
.AnyTagClassName
{
color: #D50CFC;
}
</style>
background-color css
<style>
a { background-color: #D50CFC; }
a { background-color: rgb(213,12,252); }
div.DivClassName
{
background-color: #D50CFC;
}
.BgClassName
{
background-color: #D50CFC;
}
</style>
border-color css
<style>
span { border-color: #D50CFC; }
span { border-color: rgb(213,12,252); }
td.TdClassName
{
border-color: #D50CFC;
}
.TagClassName
{
border-color: #D50CFC;
}
</style>