Shades of Psychedelic Purple #CE14F3
Tints of Psychedelic Purple #CE14F3
RGB
CMYK
RGB Variations
Color information
#CE14F3 (or 0xCE14F3) is known color: Psychedelic Purple. HEX triplet: CE, 14 and F3. RGB value is (206,20,243). Sum of RGB (Red+Green+Blue) = 206+20+243=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE14F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14F3 is #31EB0C. Grayscale: #646464. Windows color (decimal): -3271437 or 15930574. OLE color: 15930574.
HSL color Cylindrical-coordinate representation of color #CE14F3: hue angle of 290.04º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE14F3 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 20 | 243 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.05 |
| HSL | 290.04º | 0.9% | 0.52% | - |
| HSV(B) | 290.04º | 0.92% | 0.95% | - |
| XYZ | 41.88 | 20.09 | 86.47 | - |
| YUV | 101.04 | 208.12 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 243 | 0.15 | 0.92 | 0 | 0.05 | 290.04 | 0.9 | 0.52 |
| Hex | CE | 14 | F3 | F | 5C | 0 | 5 | 122 | 5A | 34 |
| Octal | 316 | 24 | 363 | 17 | 134 | 0 | 5 | 442 | 132 | 64 |
| Binary | 11001110 | 10100 | 11110011 | 1111 | 1011100 | 0 | 101 | 100100010 | 1011010 | 110100 |
Color Harmonies of #CE14F3
Complementary color
Monochromatic Colors of #CE14F3
Black with #CE14F3
Text Example
Text Example
White with #CE14F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14F3; }
p { color: rgb(206,20,243); }
H1.HeaderClassName
{
color: #CE14F3;
}
.AnyTagClassName
{
color: #CE14F3;
}
</style>
background-color css
<style>
a { background-color: #CE14F3; }
a { background-color: rgb(206,20,243); }
div.DivClassName
{
background-color: #CE14F3;
}
.BgClassName
{
background-color: #CE14F3;
}
</style>
border-color css
<style>
span { border-color: #CE14F3; }
span { border-color: rgb(206,20,243); }
td.TdClassName
{
border-color: #CE14F3;
}
.TagClassName
{
border-color: #CE14F3;
}
</style>