Shades of Psychedelic Purple #CE23F3
Tints of Psychedelic Purple #CE23F3
RGB
CMYK
RGB Variations
Color information
#CE23F3 (or 0xCE23F3) is known color: Psychedelic Purple. HEX triplet: CE, 23 and F3. RGB value is (206,35,243). Sum of RGB (Red+Green+Blue) = 206+35+243=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 35 (14.06% from 255 or 7.23% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE23F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE23F3 is #31DC0C. Grayscale: #6D6D6D. Windows color (decimal): -3267597 or 15934414. OLE color: 15934414.
HSL color Cylindrical-coordinate representation of color #CE23F3: hue angle of 289.33º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE23F3 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 35 | 243 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.05 |
| HSL | 289.33º | 0.9% | 0.55% | - |
| HSV(B) | 289.33º | 0.86% | 0.95% | - |
| XYZ | 42.23 | 20.79 | 86.58 | - |
| YUV | 109.84 | 203.15 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 243 | 0.15 | 0.86 | 0 | 0.05 | 289.33 | 0.9 | 0.55 |
| Hex | CE | 23 | F3 | F | 56 | 0 | 5 | 121 | 5A | 37 |
| Octal | 316 | 43 | 363 | 17 | 126 | 0 | 5 | 441 | 132 | 67 |
| Binary | 11001110 | 100011 | 11110011 | 1111 | 1010110 | 0 | 101 | 100100001 | 1011010 | 110111 |
Color Harmonies of #CE23F3
Complementary color
Monochromatic Colors of #CE23F3
Black with #CE23F3
Text Example
Text Example
White with #CE23F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23F3; }
p { color: rgb(206,35,243); }
H1.HeaderClassName
{
color: #CE23F3;
}
.AnyTagClassName
{
color: #CE23F3;
}
</style>
background-color css
<style>
a { background-color: #CE23F3; }
a { background-color: rgb(206,35,243); }
div.DivClassName
{
background-color: #CE23F3;
}
.BgClassName
{
background-color: #CE23F3;
}
</style>
border-color css
<style>
span { border-color: #CE23F3; }
span { border-color: rgb(206,35,243); }
td.TdClassName
{
border-color: #CE23F3;
}
.TagClassName
{
border-color: #CE23F3;
}
</style>