Shades of Psychedelic Purple #CE0DEE
Tints of Psychedelic Purple #CE0DEE
RGB
CMYK
RGB Variations
Color information
#CE0DEE (or 0xCE0DEE) is known color: Psychedelic Purple. HEX triplet: CE, 0D and EE. RGB value is (206,13,238). Sum of RGB (Red+Green+Blue) = 206+13+238=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE0DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0DEE is #31F211. Grayscale: #5F5F5F. Windows color (decimal): -3273234 or 15601102. OLE color: 15601102.
HSL color Cylindrical-coordinate representation of color #CE0DEE: hue angle of 291.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0DEE is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 13 | 238 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.07 |
| HSL | 291.47º | 0.9% | 0.49% | - |
| HSV(B) | 291.47º | 0.95% | 0.93% | - |
| XYZ | 41.03 | 19.58 | 82.51 | - |
| YUV | 96.36 | 207.94 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 238 | 0.13 | 0.95 | 0 | 0.07 | 291.47 | 0.9 | 0.49 |
| Hex | CE | D | EE | D | 5F | 0 | 7 | 123 | 5A | 31 |
| Octal | 316 | 15 | 356 | 15 | 137 | 0 | 7 | 443 | 132 | 61 |
| Binary | 11001110 | 1101 | 11101110 | 1101 | 1011111 | 0 | 111 | 100100011 | 1011010 | 110001 |
Color Harmonies of #CE0DEE
Complementary color
Monochromatic Colors of #CE0DEE
Black with #CE0DEE
Text Example
Text Example
White with #CE0DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DEE; }
p { color: rgb(206,13,238); }
H1.HeaderClassName
{
color: #CE0DEE;
}
.AnyTagClassName
{
color: #CE0DEE;
}
</style>
background-color css
<style>
a { background-color: #CE0DEE; }
a { background-color: rgb(206,13,238); }
div.DivClassName
{
background-color: #CE0DEE;
}
.BgClassName
{
background-color: #CE0DEE;
}
</style>
border-color css
<style>
span { border-color: #CE0DEE; }
span { border-color: rgb(206,13,238); }
td.TdClassName
{
border-color: #CE0DEE;
}
.TagClassName
{
border-color: #CE0DEE;
}
</style>