Shades of Psychedelic Purple #CE12F2
Tints of Psychedelic Purple #CE12F2
RGB
CMYK
RGB Variations
Color information
#CE12F2 (or 0xCE12F2) is known color: Psychedelic Purple. HEX triplet: CE, 12 and F2. RGB value is (206,18,242). Sum of RGB (Red+Green+Blue) = 206+18+242=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE12F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE12F2 is #31ED0D. Grayscale: #636363. Windows color (decimal): -3271950 or 15864526. OLE color: 15864526.
HSL color Cylindrical-coordinate representation of color #CE12F2: hue angle of 290.36º 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 #CE12F2 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 18 | 242 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.05 |
| HSL | 290.36º | 0.9% | 0.51% | - |
| HSV(B) | 290.36º | 0.93% | 0.95% | - |
| XYZ | 41.7 | 19.97 | 85.66 | - |
| YUV | 99.75 | 208.28 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 242 | 0.15 | 0.93 | 0 | 0.05 | 290.36 | 0.9 | 0.51 |
| Hex | CE | 12 | F2 | F | 5D | 0 | 5 | 122 | 5A | 33 |
| Octal | 316 | 22 | 362 | 17 | 135 | 0 | 5 | 442 | 132 | 63 |
| Binary | 11001110 | 10010 | 11110010 | 1111 | 1011101 | 0 | 101 | 100100010 | 1011010 | 110011 |
Color Harmonies of #CE12F2
Complementary color
Monochromatic Colors of #CE12F2
Black with #CE12F2
Text Example
Text Example
White with #CE12F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12F2; }
p { color: rgb(206,18,242); }
H1.HeaderClassName
{
color: #CE12F2;
}
.AnyTagClassName
{
color: #CE12F2;
}
</style>
background-color css
<style>
a { background-color: #CE12F2; }
a { background-color: rgb(206,18,242); }
div.DivClassName
{
background-color: #CE12F2;
}
.BgClassName
{
background-color: #CE12F2;
}
</style>
border-color css
<style>
span { border-color: #CE12F2; }
span { border-color: rgb(206,18,242); }
td.TdClassName
{
border-color: #CE12F2;
}
.TagClassName
{
border-color: #CE12F2;
}
</style>