Shades of Psychedelic Purple #CE0DF0
Tints of Psychedelic Purple #CE0DF0
RGB
CMYK
RGB Variations
Color information
#CE0DF0 (or 0xCE0DF0) is known color: Psychedelic Purple. HEX triplet: CE, 0D and F0. RGB value is (206,13,240). Sum of RGB (Red+Green+Blue) = 206+13+240=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE0DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0DF0 is #31F20F. Grayscale: #5F5F5F. Windows color (decimal): -3273232 or 15732174. OLE color: 15732174.
HSL color Cylindrical-coordinate representation of color #CE0DF0: hue angle of 291.01º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0DF0 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 13 | 240 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.06 |
| HSL | 291.01º | 0.9% | 0.5% | - |
| HSV(B) | 291.01º | 0.95% | 0.94% | - |
| XYZ | 41.33 | 19.7 | 84.06 | - |
| YUV | 96.59 | 208.94 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 240 | 0.14 | 0.95 | 0 | 0.06 | 291.01 | 0.9 | 0.5 |
| Hex | CE | D | F0 | E | 5F | 0 | 6 | 123 | 5A | 32 |
| Octal | 316 | 15 | 360 | 16 | 137 | 0 | 6 | 443 | 132 | 62 |
| Binary | 11001110 | 1101 | 11110000 | 1110 | 1011111 | 0 | 110 | 100100011 | 1011010 | 110010 |
Color Harmonies of #CE0DF0
Complementary color
Monochromatic Colors of #CE0DF0
Black with #CE0DF0
Text Example
Text Example
White with #CE0DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DF0; }
p { color: rgb(206,13,240); }
H1.HeaderClassName
{
color: #CE0DF0;
}
.AnyTagClassName
{
color: #CE0DF0;
}
</style>
background-color css
<style>
a { background-color: #CE0DF0; }
a { background-color: rgb(206,13,240); }
div.DivClassName
{
background-color: #CE0DF0;
}
.BgClassName
{
background-color: #CE0DF0;
}
</style>
border-color css
<style>
span { border-color: #CE0DF0; }
span { border-color: rgb(206,13,240); }
td.TdClassName
{
border-color: #CE0DF0;
}
.TagClassName
{
border-color: #CE0DF0;
}
</style>