Shades of Psychedelic Purple #CE2EEF
Tints of Psychedelic Purple #CE2EEF
RGB
CMYK
RGB Variations
Color information
#CE2EEF (or 0xCE2EEF) is known color: Psychedelic Purple. HEX triplet: CE, 2E and EF. RGB value is (206,46,239). Sum of RGB (Red+Green+Blue) = 206+46+239=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2EEF is #31D110. Grayscale: #737373. Windows color (decimal): -3264785 or 15675086. OLE color: 15675086.
HSL color Cylindrical-coordinate representation of color #CE2EEF: hue angle of 289.74º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2EEF is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 46 | 239 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.06 |
| HSL | 289.74º | 0.86% | 0.56% | - |
| HSV(B) | 289.74º | 0.81% | 0.94% | - |
| XYZ | 42.01 | 21.31 | 83.56 | - |
| YUV | 115.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 239 | 0.14 | 0.81 | 0 | 0.06 | 289.74 | 0.86 | 0.56 |
| Hex | CE | 2E | EF | E | 51 | 0 | 6 | 122 | 56 | 38 |
| Octal | 316 | 56 | 357 | 16 | 121 | 0 | 6 | 442 | 126 | 70 |
| Binary | 11001110 | 101110 | 11101111 | 1110 | 1010001 | 0 | 110 | 100100010 | 1010110 | 111000 |
Color Harmonies of #CE2EEF
Complementary color
Monochromatic Colors of #CE2EEF
Black with #CE2EEF
Text Example
Text Example
White with #CE2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2EEF; }
p { color: rgb(206,46,239); }
H1.HeaderClassName
{
color: #CE2EEF;
}
.AnyTagClassName
{
color: #CE2EEF;
}
</style>
background-color css
<style>
a { background-color: #CE2EEF; }
a { background-color: rgb(206,46,239); }
div.DivClassName
{
background-color: #CE2EEF;
}
.BgClassName
{
background-color: #CE2EEF;
}
</style>
border-color css
<style>
span { border-color: #CE2EEF; }
span { border-color: rgb(206,46,239); }
td.TdClassName
{
border-color: #CE2EEF;
}
.TagClassName
{
border-color: #CE2EEF;
}
</style>