Shades of Psychedelic Purple #CD19E9
Tints of Psychedelic Purple #CD19E9
RGB
CMYK
RGB Variations
Color information
#CD19E9 (or 0xCD19E9) is known color: Psychedelic Purple. HEX triplet: CD, 19 and E9. RGB value is (205,25,233). Sum of RGB (Red+Green+Blue) = 205+25+233=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD19E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD19E9 is #32E616. Grayscale: #656565. Windows color (decimal): -3335703 or 15276493. OLE color: 15276493.
HSL color Cylindrical-coordinate representation of color #CD19E9: hue angle of 291.92º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD19E9 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 25 | 233 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.09 |
| HSL | 291.92º | 0.83% | 0.51% | - |
| HSV(B) | 291.92º | 0.89% | 0.91% | - |
| XYZ | 40.23 | 19.56 | 78.75 | - |
| YUV | 102.53 | 201.63 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 25 | 233 | 0.12 | 0.89 | 0 | 0.09 | 291.92 | 0.83 | 0.51 |
| Hex | CD | 19 | E9 | C | 59 | 0 | 9 | 124 | 53 | 33 |
| Octal | 315 | 31 | 351 | 14 | 131 | 0 | 11 | 444 | 123 | 63 |
| Binary | 11001101 | 11001 | 11101001 | 1100 | 1011001 | 0 | 1001 | 100100100 | 1010011 | 110011 |
Color Harmonies of #CD19E9
Complementary color
Monochromatic Colors of #CD19E9
Black with #CD19E9
Text Example
Text Example
White with #CD19E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD19E9; }
p { color: rgb(205,25,233); }
H1.HeaderClassName
{
color: #CD19E9;
}
.AnyTagClassName
{
color: #CD19E9;
}
</style>
background-color css
<style>
a { background-color: #CD19E9; }
a { background-color: rgb(205,25,233); }
div.DivClassName
{
background-color: #CD19E9;
}
.BgClassName
{
background-color: #CD19E9;
}
</style>
border-color css
<style>
span { border-color: #CD19E9; }
span { border-color: rgb(205,25,233); }
td.TdClassName
{
border-color: #CD19E9;
}
.TagClassName
{
border-color: #CD19E9;
}
</style>