Shades of Psychedelic Purple #CE28EE
Tints of Psychedelic Purple #CE28EE
RGB
CMYK
RGB Variations
Color information
#CE28EE (or 0xCE28EE) is known color: Psychedelic Purple. HEX triplet: CE, 28 and EE. RGB value is (206,40,238). Sum of RGB (Red+Green+Blue) = 206+40+238=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE28EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28EE is #31D711. Grayscale: #6F6F6F. Windows color (decimal): -3266322 or 15608014. OLE color: 15608014.
HSL color Cylindrical-coordinate representation of color #CE28EE: hue angle of 290.3º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE28EE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 40 | 238 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.07 |
| HSL | 290.3º | 0.85% | 0.55% | - |
| HSV(B) | 290.3º | 0.83% | 0.93% | - |
| XYZ | 41.65 | 20.81 | 82.71 | - |
| YUV | 112.21 | 199 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 238 | 0.13 | 0.83 | 0 | 0.07 | 290.3 | 0.85 | 0.55 |
| Hex | CE | 28 | EE | D | 53 | 0 | 7 | 122 | 55 | 37 |
| Octal | 316 | 50 | 356 | 15 | 123 | 0 | 7 | 442 | 125 | 67 |
| Binary | 11001110 | 101000 | 11101110 | 1101 | 1010011 | 0 | 111 | 100100010 | 1010101 | 110111 |
Color Harmonies of #CE28EE
Complementary color
Monochromatic Colors of #CE28EE
Black with #CE28EE
Text Example
Text Example
White with #CE28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28EE; }
p { color: rgb(206,40,238); }
H1.HeaderClassName
{
color: #CE28EE;
}
.AnyTagClassName
{
color: #CE28EE;
}
</style>
background-color css
<style>
a { background-color: #CE28EE; }
a { background-color: rgb(206,40,238); }
div.DivClassName
{
background-color: #CE28EE;
}
.BgClassName
{
background-color: #CE28EE;
}
</style>
border-color css
<style>
span { border-color: #CE28EE; }
span { border-color: rgb(206,40,238); }
td.TdClassName
{
border-color: #CE28EE;
}
.TagClassName
{
border-color: #CE28EE;
}
</style>