Shades of Psychedelic Purple #CE1CED
Tints of Psychedelic Purple #CE1CED
RGB
CMYK
RGB Variations
Color information
#CE1CED (or 0xCE1CED) is known color: Psychedelic Purple. HEX triplet: CE, 1C and ED. RGB value is (206,28,237). Sum of RGB (Red+Green+Blue) = 206+28+237=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE1CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1CED is #31E312. Grayscale: #686868. Windows color (decimal): -3269395 or 15539406. OLE color: 15539406.
HSL color Cylindrical-coordinate representation of color #CE1CED: hue angle of 291.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1CED is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 28 | 237 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.07 |
| HSL | 291.1º | 0.85% | 0.52% | - |
| HSV(B) | 291.1º | 0.88% | 0.93% | - |
| XYZ | 41.15 | 20.07 | 81.82 | - |
| YUV | 105.05 | 202.47 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 237 | 0.13 | 0.88 | 0 | 0.07 | 291.1 | 0.85 | 0.52 |
| Hex | CE | 1C | ED | D | 58 | 0 | 7 | 123 | 55 | 34 |
| Octal | 316 | 34 | 355 | 15 | 130 | 0 | 7 | 443 | 125 | 64 |
| Binary | 11001110 | 11100 | 11101101 | 1101 | 1011000 | 0 | 111 | 100100011 | 1010101 | 110100 |
Color Harmonies of #CE1CED
Complementary color
Monochromatic Colors of #CE1CED
Black with #CE1CED
Text Example
Text Example
White with #CE1CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CED; }
p { color: rgb(206,28,237); }
H1.HeaderClassName
{
color: #CE1CED;
}
.AnyTagClassName
{
color: #CE1CED;
}
</style>
background-color css
<style>
a { background-color: #CE1CED; }
a { background-color: rgb(206,28,237); }
div.DivClassName
{
background-color: #CE1CED;
}
.BgClassName
{
background-color: #CE1CED;
}
</style>
border-color css
<style>
span { border-color: #CE1CED; }
span { border-color: rgb(206,28,237); }
td.TdClassName
{
border-color: #CE1CED;
}
.TagClassName
{
border-color: #CE1CED;
}
</style>