Shades of Psychedelic Purple #CD19ED
Tints of Psychedelic Purple #CD19ED
RGB
CMYK
RGB Variations
Color information
#CD19ED (or 0xCD19ED) is known color: Psychedelic Purple. HEX triplet: CD, 19 and ED. RGB value is (205,25,237). Sum of RGB (Red+Green+Blue) = 205+25+237=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD19ED is #32E612. Grayscale: #666666. Windows color (decimal): -3335699 or 15538637. OLE color: 15538637.
HSL color Cylindrical-coordinate representation of color #CD19ED: hue angle of 290.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD19ED is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 25 | 237 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.07 |
| HSL | 290.94º | 0.85% | 0.51% | - |
| HSV(B) | 290.94º | 0.89% | 0.93% | - |
| XYZ | 40.81 | 19.79 | 81.79 | - |
| YUV | 102.99 | 203.63 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 237 | 0.14 | 0.89 | 0 | 0.07 | 290.94 | 0.85 | 0.51 |
| Hex | CD | 19 | ED | E | 59 | 0 | 7 | 123 | 55 | 33 |
| Octal | 315 | 31 | 355 | 16 | 131 | 0 | 7 | 443 | 125 | 63 |
| Binary | 11001101 | 11001 | 11101101 | 1110 | 1011001 | 0 | 111 | 100100011 | 1010101 | 110011 |
Color Harmonies of #CD19ED
Complementary color
Monochromatic Colors of #CD19ED
Black with #CD19ED
Text Example
Text Example
White with #CD19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD19ED; }
p { color: rgb(205,25,237); }
H1.HeaderClassName
{
color: #CD19ED;
}
.AnyTagClassName
{
color: #CD19ED;
}
</style>
background-color css
<style>
a { background-color: #CD19ED; }
a { background-color: rgb(205,25,237); }
div.DivClassName
{
background-color: #CD19ED;
}
.BgClassName
{
background-color: #CD19ED;
}
</style>
border-color css
<style>
span { border-color: #CD19ED; }
span { border-color: rgb(205,25,237); }
td.TdClassName
{
border-color: #CD19ED;
}
.TagClassName
{
border-color: #CD19ED;
}
</style>