Shades of Psychedelic Purple #CE06ED
Tints of Psychedelic Purple #CE06ED
RGB
CMYK
RGB Variations
Color information
#CE06ED (or 0xCE06ED) is known color: Psychedelic Purple. HEX triplet: CE, 06 and ED. RGB value is (206,6,237). Sum of RGB (Red+Green+Blue) = 206+6+237=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE06ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE06ED is #31F912. Grayscale: #5B5B5B. Windows color (decimal): -3275027 or 15533774. OLE color: 15533774.
HSL color Cylindrical-coordinate representation of color #CE06ED: hue angle of 291.95º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06ED is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 6 | 237 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.07 |
| HSL | 291.95º | 0.95% | 0.48% | - |
| HSV(B) | 291.95º | 0.97% | 0.93% | - |
| XYZ | 40.8 | 19.37 | 81.71 | - |
| YUV | 92.13 | 209.76 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 237 | 0.13 | 0.97 | 0 | 0.07 | 291.95 | 0.95 | 0.48 |
| Hex | CE | 6 | ED | D | 61 | 0 | 7 | 124 | 5F | 30 |
| Octal | 316 | 6 | 355 | 15 | 141 | 0 | 7 | 444 | 137 | 60 |
| Binary | 11001110 | 110 | 11101101 | 1101 | 1100001 | 0 | 111 | 100100100 | 1011111 | 110000 |
Color Harmonies of #CE06ED
Complementary color
Monochromatic Colors of #CE06ED
Black with #CE06ED
Text Example
Text Example
White with #CE06ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06ED; }
p { color: rgb(206,6,237); }
H1.HeaderClassName
{
color: #CE06ED;
}
.AnyTagClassName
{
color: #CE06ED;
}
</style>
background-color css
<style>
a { background-color: #CE06ED; }
a { background-color: rgb(206,6,237); }
div.DivClassName
{
background-color: #CE06ED;
}
.BgClassName
{
background-color: #CE06ED;
}
</style>
border-color css
<style>
span { border-color: #CE06ED; }
span { border-color: rgb(206,6,237); }
td.TdClassName
{
border-color: #CE06ED;
}
.TagClassName
{
border-color: #CE06ED;
}
</style>