Shades of Psychedelic Purple #CE2CF3
Tints of Psychedelic Purple #CE2CF3
RGB
CMYK
RGB Variations
Color information
#CE2CF3 (or 0xCE2CF3) is known color: Psychedelic Purple. HEX triplet: CE, 2C and F3. RGB value is (206,44,243). Sum of RGB (Red+Green+Blue) = 206+44+243=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 44 (17.58% from 255 or 8.92% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE2CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2CF3 is #31D30C. Grayscale: #727272. Windows color (decimal): -3265293 or 15936718. OLE color: 15936718.
HSL color Cylindrical-coordinate representation of color #CE2CF3: hue angle of 288.84º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2CF3 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 44 | 243 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.05 |
| HSL | 288.84º | 0.89% | 0.56% | - |
| HSV(B) | 288.84º | 0.82% | 0.95% | - |
| XYZ | 42.53 | 21.39 | 86.68 | - |
| YUV | 115.12 | 200.17 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 44 | 243 | 0.15 | 0.82 | 0 | 0.05 | 288.84 | 0.89 | 0.56 |
| Hex | CE | 2C | F3 | F | 52 | 0 | 5 | 121 | 59 | 38 |
| Octal | 316 | 54 | 363 | 17 | 122 | 0 | 5 | 441 | 131 | 70 |
| Binary | 11001110 | 101100 | 11110011 | 1111 | 1010010 | 0 | 101 | 100100001 | 1011001 | 111000 |
Color Harmonies of #CE2CF3
Complementary color
Monochromatic Colors of #CE2CF3
Black with #CE2CF3
Text Example
Text Example
White with #CE2CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2CF3; }
p { color: rgb(206,44,243); }
H1.HeaderClassName
{
color: #CE2CF3;
}
.AnyTagClassName
{
color: #CE2CF3;
}
</style>
background-color css
<style>
a { background-color: #CE2CF3; }
a { background-color: rgb(206,44,243); }
div.DivClassName
{
background-color: #CE2CF3;
}
.BgClassName
{
background-color: #CE2CF3;
}
</style>
border-color css
<style>
span { border-color: #CE2CF3; }
span { border-color: rgb(206,44,243); }
td.TdClassName
{
border-color: #CE2CF3;
}
.TagClassName
{
border-color: #CE2CF3;
}
</style>