Shades of Psychedelic Purple #CE27F0
Tints of Psychedelic Purple #CE27F0
RGB
CMYK
RGB Variations
Color information
#CE27F0 (or 0xCE27F0) is known color: Psychedelic Purple. HEX triplet: CE, 27 and F0. RGB value is (206,39,240). Sum of RGB (Red+Green+Blue) = 206+39+240=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE27F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE27F0 is #31D80F. Grayscale: #6F6F6F. Windows color (decimal): -3266576 or 15738830. OLE color: 15738830.
HSL color Cylindrical-coordinate representation of color #CE27F0: hue angle of 289.85º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE27F0 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 39 | 240 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.06 |
| HSL | 289.85º | 0.87% | 0.55% | - |
| HSV(B) | 289.85º | 0.84% | 0.94% | - |
| XYZ | 41.91 | 20.86 | 84.26 | - |
| YUV | 111.85 | 200.33 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 240 | 0.14 | 0.84 | 0 | 0.06 | 289.85 | 0.87 | 0.55 |
| Hex | CE | 27 | F0 | E | 54 | 0 | 6 | 122 | 57 | 37 |
| Octal | 316 | 47 | 360 | 16 | 124 | 0 | 6 | 442 | 127 | 67 |
| Binary | 11001110 | 100111 | 11110000 | 1110 | 1010100 | 0 | 110 | 100100010 | 1010111 | 110111 |
Color Harmonies of #CE27F0
Complementary color
Monochromatic Colors of #CE27F0
Black with #CE27F0
Text Example
Text Example
White with #CE27F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE27F0; }
p { color: rgb(206,39,240); }
H1.HeaderClassName
{
color: #CE27F0;
}
.AnyTagClassName
{
color: #CE27F0;
}
</style>
background-color css
<style>
a { background-color: #CE27F0; }
a { background-color: rgb(206,39,240); }
div.DivClassName
{
background-color: #CE27F0;
}
.BgClassName
{
background-color: #CE27F0;
}
</style>
border-color css
<style>
span { border-color: #CE27F0; }
span { border-color: rgb(206,39,240); }
td.TdClassName
{
border-color: #CE27F0;
}
.TagClassName
{
border-color: #CE27F0;
}
</style>