Shades of Psychedelic Purple #CE1BF2
Tints of Psychedelic Purple #CE1BF2
RGB
CMYK
RGB Variations
Color information
#CE1BF2 (or 0xCE1BF2) is known color: Psychedelic Purple. HEX triplet: CE, 1B and F2. RGB value is (206,27,242). Sum of RGB (Red+Green+Blue) = 206+27+242=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE1BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1BF2 is #31E40D. Grayscale: #686868. Windows color (decimal): -3269646 or 15866830. OLE color: 15866830.
HSL color Cylindrical-coordinate representation of color #CE1BF2: hue angle of 289.95º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1BF2 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 27 | 242 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.05 |
| HSL | 289.95º | 0.89% | 0.53% | - |
| HSV(B) | 289.95º | 0.89% | 0.95% | - |
| XYZ | 41.87 | 20.32 | 85.72 | - |
| YUV | 105.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 242 | 0.15 | 0.89 | 0 | 0.05 | 289.95 | 0.89 | 0.53 |
| Hex | CE | 1B | F2 | F | 59 | 0 | 5 | 122 | 59 | 35 |
| Octal | 316 | 33 | 362 | 17 | 131 | 0 | 5 | 442 | 131 | 65 |
| Binary | 11001110 | 11011 | 11110010 | 1111 | 1011001 | 0 | 101 | 100100010 | 1011001 | 110101 |
Color Harmonies of #CE1BF2
Complementary color
Monochromatic Colors of #CE1BF2
Black with #CE1BF2
Text Example
Text Example
White with #CE1BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BF2; }
p { color: rgb(206,27,242); }
H1.HeaderClassName
{
color: #CE1BF2;
}
.AnyTagClassName
{
color: #CE1BF2;
}
</style>
background-color css
<style>
a { background-color: #CE1BF2; }
a { background-color: rgb(206,27,242); }
div.DivClassName
{
background-color: #CE1BF2;
}
.BgClassName
{
background-color: #CE1BF2;
}
</style>
border-color css
<style>
span { border-color: #CE1BF2; }
span { border-color: rgb(206,27,242); }
td.TdClassName
{
border-color: #CE1BF2;
}
.TagClassName
{
border-color: #CE1BF2;
}
</style>