Shades of Psychedelic Purple #CE0BEF
Tints of Psychedelic Purple #CE0BEF
RGB
CMYK
RGB Variations
Color information
#CE0BEF (or 0xCE0BEF) is known color: Psychedelic Purple. HEX triplet: CE, 0B and EF. RGB value is (206,11,239). Sum of RGB (Red+Green+Blue) = 206+11+239=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE0BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0BEF is #31F410. Grayscale: #5E5E5E. Windows color (decimal): -3273745 or 15666126. OLE color: 15666126.
HSL color Cylindrical-coordinate representation of color #CE0BEF: hue angle of 291.32º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BEF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 11 | 239 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.06 |
| HSL | 291.32º | 0.91% | 0.49% | - |
| HSV(B) | 291.32º | 0.95% | 0.94% | - |
| XYZ | 41.15 | 19.59 | 83.27 | - |
| YUV | 95.3 | 209.1 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 239 | 0.14 | 0.95 | 0 | 0.06 | 291.32 | 0.91 | 0.49 |
| Hex | CE | B | EF | E | 5F | 0 | 6 | 123 | 5B | 31 |
| Octal | 316 | 13 | 357 | 16 | 137 | 0 | 6 | 443 | 133 | 61 |
| Binary | 11001110 | 1011 | 11101111 | 1110 | 1011111 | 0 | 110 | 100100011 | 1011011 | 110001 |
Color Harmonies of #CE0BEF
Complementary color
Monochromatic Colors of #CE0BEF
Black with #CE0BEF
Text Example
Text Example
White with #CE0BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BEF; }
p { color: rgb(206,11,239); }
H1.HeaderClassName
{
color: #CE0BEF;
}
.AnyTagClassName
{
color: #CE0BEF;
}
</style>
background-color css
<style>
a { background-color: #CE0BEF; }
a { background-color: rgb(206,11,239); }
div.DivClassName
{
background-color: #CE0BEF;
}
.BgClassName
{
background-color: #CE0BEF;
}
</style>
border-color css
<style>
span { border-color: #CE0BEF; }
span { border-color: rgb(206,11,239); }
td.TdClassName
{
border-color: #CE0BEF;
}
.TagClassName
{
border-color: #CE0BEF;
}
</style>