Shades of Psychedelic Purple #CE24E7
Tints of Psychedelic Purple #CE24E7
RGB
CMYK
RGB Variations
Color information
#CE24E7 (or 0xCE24E7) is known color: Psychedelic Purple. HEX triplet: CE, 24 and E7. RGB value is (206,36,231). Sum of RGB (Red+Green+Blue) = 206+36+231=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE24E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE24E7 is #31DB18. Grayscale: #6C6C6C. Windows color (decimal): -3267353 or 15148238. OLE color: 15148238.
HSL color Cylindrical-coordinate representation of color #CE24E7: hue angle of 292.31º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE24E7 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 36 | 231 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.09 |
| HSL | 292.31º | 0.8% | 0.52% | - |
| HSV(B) | 292.31º | 0.84% | 0.91% | - |
| XYZ | 40.51 | 20.15 | 77.36 | - |
| YUV | 109.06 | 196.82 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 231 | 0.11 | 0.84 | 0 | 0.09 | 292.31 | 0.8 | 0.52 |
| Hex | CE | 24 | E7 | B | 54 | 0 | 9 | 124 | 50 | 34 |
| Octal | 316 | 44 | 347 | 13 | 124 | 0 | 11 | 444 | 120 | 64 |
| Binary | 11001110 | 100100 | 11100111 | 1011 | 1010100 | 0 | 1001 | 100100100 | 1010000 | 110100 |
Color Harmonies of #CE24E7
Complementary color
Monochromatic Colors of #CE24E7
Black with #CE24E7
Text Example
Text Example
White with #CE24E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24E7; }
p { color: rgb(206,36,231); }
H1.HeaderClassName
{
color: #CE24E7;
}
.AnyTagClassName
{
color: #CE24E7;
}
</style>
background-color css
<style>
a { background-color: #CE24E7; }
a { background-color: rgb(206,36,231); }
div.DivClassName
{
background-color: #CE24E7;
}
.BgClassName
{
background-color: #CE24E7;
}
</style>
border-color css
<style>
span { border-color: #CE24E7; }
span { border-color: rgb(206,36,231); }
td.TdClassName
{
border-color: #CE24E7;
}
.TagClassName
{
border-color: #CE24E7;
}
</style>