Shades of Psychedelic Purple #CE0BFA
Tints of Psychedelic Purple #CE0BFA
RGB
CMYK
RGB Variations
Color information
#CE0BFA (or 0xCE0BFA) is known color: Psychedelic Purple. HEX triplet: CE, 0B and FA. RGB value is (206,11,250). Sum of RGB (Red+Green+Blue) = 206+11+250=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE0BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0BFA is #31F405. Grayscale: #5F5F5F. Windows color (decimal): -3273734 or 16387022. OLE color: 16387022.
HSL color Cylindrical-coordinate representation of color #CE0BFA: hue angle of 288.95º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0BFA is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 11 | 250 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.02 |
| HSL | 288.95º | 0.96% | 0.51% | - |
| HSV(B) | 288.95º | 0.96% | 0.98% | - |
| XYZ | 42.83 | 20.26 | 92.1 | - |
| YUV | 96.55 | 214.6 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 250 | 0.18 | 0.96 | 0 | 0.02 | 288.95 | 0.96 | 0.51 |
| Hex | CE | B | FA | 12 | 60 | 0 | 2 | 121 | 60 | 33 |
| Octal | 316 | 13 | 372 | 22 | 140 | 0 | 2 | 441 | 140 | 63 |
| Binary | 11001110 | 1011 | 11111010 | 10010 | 1100000 | 0 | 10 | 100100001 | 1100000 | 110011 |
Color Harmonies of #CE0BFA
Complementary color
Monochromatic Colors of #CE0BFA
Black with #CE0BFA
Text Example
Text Example
White with #CE0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BFA; }
p { color: rgb(206,11,250); }
H1.HeaderClassName
{
color: #CE0BFA;
}
.AnyTagClassName
{
color: #CE0BFA;
}
</style>
background-color css
<style>
a { background-color: #CE0BFA; }
a { background-color: rgb(206,11,250); }
div.DivClassName
{
background-color: #CE0BFA;
}
.BgClassName
{
background-color: #CE0BFA;
}
</style>
border-color css
<style>
span { border-color: #CE0BFA; }
span { border-color: rgb(206,11,250); }
td.TdClassName
{
border-color: #CE0BFA;
}
.TagClassName
{
border-color: #CE0BFA;
}
</style>