Shades of Psychedelic Purple #CE0AFB
Tints of Psychedelic Purple #CE0AFB
RGB
CMYK
RGB Variations
Color information
#CE0AFB (or 0xCE0AFB) is known color: Psychedelic Purple. HEX triplet: CE, 0A and FB. RGB value is (206,10,251). Sum of RGB (Red+Green+Blue) = 206+10+251=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE0AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0AFB is #31F504. Grayscale: #5F5F5F. Windows color (decimal): -3273989 or 16452302. OLE color: 16452302.
HSL color Cylindrical-coordinate representation of color #CE0AFB: hue angle of 288.8º degrees, saturation: 0.97, 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 #CE0AFB is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 10 | 251 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.02 |
| HSL | 288.8º | 0.97% | 0.51% | - |
| HSV(B) | 288.8º | 0.96% | 0.98% | - |
| XYZ | 42.97 | 20.3 | 92.92 | - |
| YUV | 96.08 | 215.43 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 251 | 0.18 | 0.96 | 0 | 0.02 | 288.8 | 0.97 | 0.51 |
| Hex | CE | A | FB | 12 | 60 | 0 | 2 | 121 | 61 | 33 |
| Octal | 316 | 12 | 373 | 22 | 140 | 0 | 2 | 441 | 141 | 63 |
| Binary | 11001110 | 1010 | 11111011 | 10010 | 1100000 | 0 | 10 | 100100001 | 1100001 | 110011 |
Color Harmonies of #CE0AFB
Complementary color
Monochromatic Colors of #CE0AFB
Black with #CE0AFB
Text Example
Text Example
White with #CE0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AFB; }
p { color: rgb(206,10,251); }
H1.HeaderClassName
{
color: #CE0AFB;
}
.AnyTagClassName
{
color: #CE0AFB;
}
</style>
background-color css
<style>
a { background-color: #CE0AFB; }
a { background-color: rgb(206,10,251); }
div.DivClassName
{
background-color: #CE0AFB;
}
.BgClassName
{
background-color: #CE0AFB;
}
</style>
border-color css
<style>
span { border-color: #CE0AFB; }
span { border-color: rgb(206,10,251); }
td.TdClassName
{
border-color: #CE0AFB;
}
.TagClassName
{
border-color: #CE0AFB;
}
</style>