Shades of Psychedelic Purple #CE05ED
Tints of Psychedelic Purple #CE05ED
RGB
CMYK
RGB Variations
Color information
#CE05ED (or 0xCE05ED) is known color: Psychedelic Purple. HEX triplet: CE, 05 and ED. RGB value is (206,5,237). Sum of RGB (Red+Green+Blue) = 206+5+237=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 5 (2.34% from 255 or 1.12% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE05ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE05ED is #31FA12. Grayscale: #5A5A5A. Windows color (decimal): -3275283 or 15533518. OLE color: 15533518.
HSL color Cylindrical-coordinate representation of color #CE05ED: hue angle of 291.98º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05ED is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 5 | 237 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.07 |
| HSL | 291.98º | 0.96% | 0.47% | - |
| HSV(B) | 291.98º | 0.98% | 0.93% | - |
| XYZ | 40.79 | 19.34 | 81.7 | - |
| YUV | 91.55 | 210.09 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 237 | 0.13 | 0.98 | 0 | 0.07 | 291.98 | 0.96 | 0.47 |
| Hex | CE | 5 | ED | D | 62 | 0 | 7 | 124 | 60 | 2F |
| Octal | 316 | 5 | 355 | 15 | 142 | 0 | 7 | 444 | 140 | 57 |
| Binary | 11001110 | 101 | 11101101 | 1101 | 1100010 | 0 | 111 | 100100100 | 1100000 | 101111 |
Color Harmonies of #CE05ED
Complementary color
Monochromatic Colors of #CE05ED
Black with #CE05ED
Text Example
Text Example
White with #CE05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05ED; }
p { color: rgb(206,5,237); }
H1.HeaderClassName
{
color: #CE05ED;
}
.AnyTagClassName
{
color: #CE05ED;
}
</style>
background-color css
<style>
a { background-color: #CE05ED; }
a { background-color: rgb(206,5,237); }
div.DivClassName
{
background-color: #CE05ED;
}
.BgClassName
{
background-color: #CE05ED;
}
</style>
border-color css
<style>
span { border-color: #CE05ED; }
span { border-color: rgb(206,5,237); }
td.TdClassName
{
border-color: #CE05ED;
}
.TagClassName
{
border-color: #CE05ED;
}
</style>