Shades of Psychedelic Purple #CE13EA
Tints of Psychedelic Purple #CE13EA
RGB
CMYK
RGB Variations
Color information
#CE13EA (or 0xCE13EA) is known color: Psychedelic Purple. HEX triplet: CE, 13 and EA. RGB value is (206,19,234). Sum of RGB (Red+Green+Blue) = 206+19+234=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 19 (7.81% from 255 or 4.14% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE13EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE13EA is #31EC15. Grayscale: #626262. Windows color (decimal): -3271702 or 15340494. OLE color: 15340494.
HSL color Cylindrical-coordinate representation of color #CE13EA: hue angle of 292.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE13EA is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 19 | 234 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.08 |
| HSL | 292.19º | 0.85% | 0.5% | - |
| HSV(B) | 292.19º | 0.92% | 0.92% | - |
| XYZ | 40.54 | 19.53 | 79.47 | - |
| YUV | 99.42 | 203.95 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 234 | 0.12 | 0.92 | 0 | 0.08 | 292.19 | 0.85 | 0.5 |
| Hex | CE | 13 | EA | C | 5C | 0 | 8 | 124 | 55 | 32 |
| Octal | 316 | 23 | 352 | 14 | 134 | 0 | 10 | 444 | 125 | 62 |
| Binary | 11001110 | 10011 | 11101010 | 1100 | 1011100 | 0 | 1000 | 100100100 | 1010101 | 110010 |
Color Harmonies of #CE13EA
Complementary color
Monochromatic Colors of #CE13EA
Black with #CE13EA
Text Example
Text Example
White with #CE13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13EA; }
p { color: rgb(206,19,234); }
H1.HeaderClassName
{
color: #CE13EA;
}
.AnyTagClassName
{
color: #CE13EA;
}
</style>
background-color css
<style>
a { background-color: #CE13EA; }
a { background-color: rgb(206,19,234); }
div.DivClassName
{
background-color: #CE13EA;
}
.BgClassName
{
background-color: #CE13EA;
}
</style>
border-color css
<style>
span { border-color: #CE13EA; }
span { border-color: rgb(206,19,234); }
td.TdClassName
{
border-color: #CE13EA;
}
.TagClassName
{
border-color: #CE13EA;
}
</style>