Shades of Psychedelic Purple #CE1BF0
Tints of Psychedelic Purple #CE1BF0
RGB
CMYK
RGB Variations
Color information
#CE1BF0 (or 0xCE1BF0) is known color: Psychedelic Purple. HEX triplet: CE, 1B and F0. RGB value is (206,27,240). Sum of RGB (Red+Green+Blue) = 206+27+240=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE1BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1BF0 is #31E40F. Grayscale: #686868. Windows color (decimal): -3269648 or 15735758. OLE color: 15735758.
HSL color Cylindrical-coordinate representation of color #CE1BF0: hue angle of 290.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1BF0 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 27 | 240 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.06 |
| HSL | 290.42º | 0.88% | 0.52% | - |
| HSV(B) | 290.42º | 0.89% | 0.94% | - |
| XYZ | 41.57 | 20.2 | 84.15 | - |
| YUV | 104.8 | 204.3 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 240 | 0.14 | 0.89 | 0 | 0.06 | 290.42 | 0.88 | 0.52 |
| Hex | CE | 1B | F0 | E | 59 | 0 | 6 | 122 | 58 | 34 |
| Octal | 316 | 33 | 360 | 16 | 131 | 0 | 6 | 442 | 130 | 64 |
| Binary | 11001110 | 11011 | 11110000 | 1110 | 1011001 | 0 | 110 | 100100010 | 1011000 | 110100 |
Color Harmonies of #CE1BF0
Complementary color
Monochromatic Colors of #CE1BF0
Black with #CE1BF0
Text Example
Text Example
White with #CE1BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BF0; }
p { color: rgb(206,27,240); }
H1.HeaderClassName
{
color: #CE1BF0;
}
.AnyTagClassName
{
color: #CE1BF0;
}
</style>
background-color css
<style>
a { background-color: #CE1BF0; }
a { background-color: rgb(206,27,240); }
div.DivClassName
{
background-color: #CE1BF0;
}
.BgClassName
{
background-color: #CE1BF0;
}
</style>
border-color css
<style>
span { border-color: #CE1BF0; }
span { border-color: rgb(206,27,240); }
td.TdClassName
{
border-color: #CE1BF0;
}
.TagClassName
{
border-color: #CE1BF0;
}
</style>