Shades of Psychedelic Purple #D60CED
Tints of Psychedelic Purple #D60CED
RGB
CMYK
RGB Variations
Color information
#D60CED (or 0xD60CED) is known color: Psychedelic Purple. HEX triplet: D6, 0C and ED. RGB value is (214,12,237). Sum of RGB (Red+Green+Blue) = 214+12+237=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #D60CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D60CED is #29F312. Grayscale: #616161. Windows color (decimal): -2749203 or 15535318. OLE color: 15535318.
HSL color Cylindrical-coordinate representation of color #D60CED: hue angle of 293.87º 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 #D60CED is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 12 | 237 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.07 |
| HSL | 293.87º | 0.9% | 0.49% | - |
| HSV(B) | 293.87º | 0.95% | 0.93% | - |
| XYZ | 43.15 | 20.67 | 81.84 | - |
| YUV | 98.05 | 206.42 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 237 | 0.10 | 0.95 | 0 | 0.07 | 293.87 | 0.9 | 0.49 |
| Hex | D6 | C | ED | A | 5F | 0 | 7 | 126 | 5A | 31 |
| Octal | 326 | 14 | 355 | 12 | 137 | 0 | 7 | 446 | 132 | 61 |
| Binary | 11010110 | 1100 | 11101101 | 1010 | 1011111 | 0 | 111 | 100100110 | 1011010 | 110001 |
Color Harmonies of #D60CED
Complementary color
Monochromatic Colors of #D60CED
Black with #D60CED
Text Example
Text Example
White with #D60CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60CED; }
p { color: rgb(214,12,237); }
H1.HeaderClassName
{
color: #D60CED;
}
.AnyTagClassName
{
color: #D60CED;
}
</style>
background-color css
<style>
a { background-color: #D60CED; }
a { background-color: rgb(214,12,237); }
div.DivClassName
{
background-color: #D60CED;
}
.BgClassName
{
background-color: #D60CED;
}
</style>
border-color css
<style>
span { border-color: #D60CED; }
span { border-color: rgb(214,12,237); }
td.TdClassName
{
border-color: #D60CED;
}
.TagClassName
{
border-color: #D60CED;
}
</style>