Shades of Psychedelic Purple #CE1BED
Tints of Psychedelic Purple #CE1BED
RGB
CMYK
RGB Variations
Color information
#CE1BED (or 0xCE1BED) is known color: Psychedelic Purple. HEX triplet: CE, 1B and ED. RGB value is (206,27,237). Sum of RGB (Red+Green+Blue) = 206+27+237=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE1BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1BED is #31E412. Grayscale: #676767. Windows color (decimal): -3269651 or 15539150. OLE color: 15539150.
HSL color Cylindrical-coordinate representation of color #CE1BED: hue angle of 291.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1BED is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 27 | 237 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.07 |
| HSL | 291.14º | 0.85% | 0.52% | - |
| HSV(B) | 291.14º | 0.89% | 0.93% | - |
| XYZ | 41.13 | 20.02 | 81.82 | - |
| YUV | 104.46 | 202.8 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 237 | 0.13 | 0.89 | 0 | 0.07 | 291.14 | 0.85 | 0.52 |
| Hex | CE | 1B | ED | D | 59 | 0 | 7 | 123 | 55 | 34 |
| Octal | 316 | 33 | 355 | 15 | 131 | 0 | 7 | 443 | 125 | 64 |
| Binary | 11001110 | 11011 | 11101101 | 1101 | 1011001 | 0 | 111 | 100100011 | 1010101 | 110100 |
Color Harmonies of #CE1BED
Complementary color
Monochromatic Colors of #CE1BED
Black with #CE1BED
Text Example
Text Example
White with #CE1BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BED; }
p { color: rgb(206,27,237); }
H1.HeaderClassName
{
color: #CE1BED;
}
.AnyTagClassName
{
color: #CE1BED;
}
</style>
background-color css
<style>
a { background-color: #CE1BED; }
a { background-color: rgb(206,27,237); }
div.DivClassName
{
background-color: #CE1BED;
}
.BgClassName
{
background-color: #CE1BED;
}
</style>
border-color css
<style>
span { border-color: #CE1BED; }
span { border-color: rgb(206,27,237); }
td.TdClassName
{
border-color: #CE1BED;
}
.TagClassName
{
border-color: #CE1BED;
}
</style>