Shades of Psychedelic Purple #CE10F3
Tints of Psychedelic Purple #CE10F3
RGB
CMYK
RGB Variations
Color information
#CE10F3 (or 0xCE10F3) is known color: Psychedelic Purple. HEX triplet: CE, 10 and F3. RGB value is (206,16,243). Sum of RGB (Red+Green+Blue) = 206+16+243=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE10F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE10F3 is #31EF0C. Grayscale: #616161. Windows color (decimal): -3272461 or 15929550. OLE color: 15929550.
HSL color Cylindrical-coordinate representation of color #CE10F3: hue angle of 290.22º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE10F3 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 16 | 243 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.05 |
| HSL | 290.22º | 0.9% | 0.51% | - |
| HSV(B) | 290.22º | 0.93% | 0.95% | - |
| XYZ | 41.82 | 19.96 | 86.44 | - |
| YUV | 98.69 | 209.45 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 243 | 0.15 | 0.93 | 0 | 0.05 | 290.22 | 0.9 | 0.51 |
| Hex | CE | 10 | F3 | F | 5D | 0 | 5 | 122 | 5A | 33 |
| Octal | 316 | 20 | 363 | 17 | 135 | 0 | 5 | 442 | 132 | 63 |
| Binary | 11001110 | 10000 | 11110011 | 1111 | 1011101 | 0 | 101 | 100100010 | 1011010 | 110011 |
Color Harmonies of #CE10F3
Complementary color
Monochromatic Colors of #CE10F3
Black with #CE10F3
Text Example
Text Example
White with #CE10F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10F3; }
p { color: rgb(206,16,243); }
H1.HeaderClassName
{
color: #CE10F3;
}
.AnyTagClassName
{
color: #CE10F3;
}
</style>
background-color css
<style>
a { background-color: #CE10F3; }
a { background-color: rgb(206,16,243); }
div.DivClassName
{
background-color: #CE10F3;
}
.BgClassName
{
background-color: #CE10F3;
}
</style>
border-color css
<style>
span { border-color: #CE10F3; }
span { border-color: rgb(206,16,243); }
td.TdClassName
{
border-color: #CE10F3;
}
.TagClassName
{
border-color: #CE10F3;
}
</style>