Shades of Psychedelic Purple #CE10FA
Tints of Psychedelic Purple #CE10FA
RGB
CMYK
RGB Variations
Color information
#CE10FA (or 0xCE10FA) is known color: Psychedelic Purple. HEX triplet: CE, 10 and FA. RGB value is (206,16,250). Sum of RGB (Red+Green+Blue) = 206+16+250=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 16 (6.64% from 255 or 3.39% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE10FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE10FA is #31EF05. Grayscale: #626262. Windows color (decimal): -3272454 or 16388302. OLE color: 16388302.
HSL color Cylindrical-coordinate representation of color #CE10FA: hue angle of 288.72º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE10FA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 16 | 250 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.02 |
| HSL | 288.72º | 0.96% | 0.52% | - |
| HSV(B) | 288.72º | 0.94% | 0.98% | - |
| XYZ | 42.89 | 20.39 | 92.12 | - |
| YUV | 99.49 | 212.95 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 250 | 0.18 | 0.94 | 0 | 0.02 | 288.72 | 0.96 | 0.52 |
| Hex | CE | 10 | FA | 12 | 5E | 0 | 2 | 121 | 60 | 34 |
| Octal | 316 | 20 | 372 | 22 | 136 | 0 | 2 | 441 | 140 | 64 |
| Binary | 11001110 | 10000 | 11111010 | 10010 | 1011110 | 0 | 10 | 100100001 | 1100000 | 110100 |
Color Harmonies of #CE10FA
Complementary color
Monochromatic Colors of #CE10FA
Black with #CE10FA
Text Example
Text Example
White with #CE10FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10FA; }
p { color: rgb(206,16,250); }
H1.HeaderClassName
{
color: #CE10FA;
}
.AnyTagClassName
{
color: #CE10FA;
}
</style>
background-color css
<style>
a { background-color: #CE10FA; }
a { background-color: rgb(206,16,250); }
div.DivClassName
{
background-color: #CE10FA;
}
.BgClassName
{
background-color: #CE10FA;
}
</style>
border-color css
<style>
span { border-color: #CE10FA; }
span { border-color: rgb(206,16,250); }
td.TdClassName
{
border-color: #CE10FA;
}
.TagClassName
{
border-color: #CE10FA;
}
</style>