Shades of Psychedelic Purple #CE19ED
Tints of Psychedelic Purple #CE19ED
RGB
CMYK
RGB Variations
Color information
#CE19ED (or 0xCE19ED) is known color: Psychedelic Purple. HEX triplet: CE, 19 and ED. RGB value is (206,25,237). Sum of RGB (Red+Green+Blue) = 206+25+237=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE19ED is #31E612. Grayscale: #666666. Windows color (decimal): -3270163 or 15538638. OLE color: 15538638.
HSL color Cylindrical-coordinate representation of color #CE19ED: hue angle of 291.23º 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 #CE19ED is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 25 | 237 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.07 |
| HSL | 291.23º | 0.85% | 0.51% | - |
| HSV(B) | 291.23º | 0.89% | 0.93% | - |
| XYZ | 41.09 | 19.93 | 81.8 | - |
| YUV | 103.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 237 | 0.13 | 0.89 | 0 | 0.07 | 291.23 | 0.85 | 0.51 |
| Hex | CE | 19 | ED | D | 59 | 0 | 7 | 123 | 55 | 33 |
| Octal | 316 | 31 | 355 | 15 | 131 | 0 | 7 | 443 | 125 | 63 |
| Binary | 11001110 | 11001 | 11101101 | 1101 | 1011001 | 0 | 111 | 100100011 | 1010101 | 110011 |
Color Harmonies of #CE19ED
Complementary color
Monochromatic Colors of #CE19ED
Black with #CE19ED
Text Example
Text Example
White with #CE19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE19ED; }
p { color: rgb(206,25,237); }
H1.HeaderClassName
{
color: #CE19ED;
}
.AnyTagClassName
{
color: #CE19ED;
}
</style>
background-color css
<style>
a { background-color: #CE19ED; }
a { background-color: rgb(206,25,237); }
div.DivClassName
{
background-color: #CE19ED;
}
.BgClassName
{
background-color: #CE19ED;
}
</style>
border-color css
<style>
span { border-color: #CE19ED; }
span { border-color: rgb(206,25,237); }
td.TdClassName
{
border-color: #CE19ED;
}
.TagClassName
{
border-color: #CE19ED;
}
</style>