Shades of Psychedelic Purple #CE0BE7
Tints of Psychedelic Purple #CE0BE7
RGB
CMYK
RGB Variations
Color information
#CE0BE7 (or 0xCE0BE7) is known color: Psychedelic Purple. HEX triplet: CE, 0B and E7. RGB value is (206,11,231). Sum of RGB (Red+Green+Blue) = 206+11+231=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE0BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0BE7 is #31F418. Grayscale: #5D5D5D. Windows color (decimal): -3273753 or 15141838. OLE color: 15141838.
HSL color Cylindrical-coordinate representation of color #CE0BE7: hue angle of 293.18º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BE7 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 11 | 231 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.09 |
| HSL | 293.18º | 0.91% | 0.47% | - |
| HSV(B) | 293.18º | 0.95% | 0.91% | - |
| XYZ | 40 | 19.13 | 77.19 | - |
| YUV | 94.39 | 205.1 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 231 | 0.11 | 0.95 | 0 | 0.09 | 293.18 | 0.91 | 0.47 |
| Hex | CE | B | E7 | B | 5F | 0 | 9 | 125 | 5B | 2F |
| Octal | 316 | 13 | 347 | 13 | 137 | 0 | 11 | 445 | 133 | 57 |
| Binary | 11001110 | 1011 | 11100111 | 1011 | 1011111 | 0 | 1001 | 100100101 | 1011011 | 101111 |
Color Harmonies of #CE0BE7
Complementary color
Monochromatic Colors of #CE0BE7
Black with #CE0BE7
Text Example
Text Example
White with #CE0BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BE7; }
p { color: rgb(206,11,231); }
H1.HeaderClassName
{
color: #CE0BE7;
}
.AnyTagClassName
{
color: #CE0BE7;
}
</style>
background-color css
<style>
a { background-color: #CE0BE7; }
a { background-color: rgb(206,11,231); }
div.DivClassName
{
background-color: #CE0BE7;
}
.BgClassName
{
background-color: #CE0BE7;
}
</style>
border-color css
<style>
span { border-color: #CE0BE7; }
span { border-color: rgb(206,11,231); }
td.TdClassName
{
border-color: #CE0BE7;
}
.TagClassName
{
border-color: #CE0BE7;
}
</style>