Shades of Psychedelic Purple #CE2DF2
Tints of Psychedelic Purple #CE2DF2
RGB
CMYK
RGB Variations
Color information
#CE2DF2 (or 0xCE2DF2) is known color: Psychedelic Purple. HEX triplet: CE, 2D and F2. RGB value is (206,45,242). Sum of RGB (Red+Green+Blue) = 206+45+242=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 45 (17.97% from 255 or 9.13% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE2DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2DF2 is #31D20D. Grayscale: #727272. Windows color (decimal): -3265038 or 15871438. OLE color: 15871438.
HSL color Cylindrical-coordinate representation of color #CE2DF2: hue angle of 289.04º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2DF2 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 45 | 242 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.05 |
| HSL | 289.04º | 0.88% | 0.56% | - |
| HSV(B) | 289.04º | 0.81% | 0.95% | - |
| XYZ | 42.42 | 21.41 | 85.9 | - |
| YUV | 115.6 | 199.34 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 242 | 0.15 | 0.81 | 0 | 0.05 | 289.04 | 0.88 | 0.56 |
| Hex | CE | 2D | F2 | F | 51 | 0 | 5 | 121 | 58 | 38 |
| Octal | 316 | 55 | 362 | 17 | 121 | 0 | 5 | 441 | 130 | 70 |
| Binary | 11001110 | 101101 | 11110010 | 1111 | 1010001 | 0 | 101 | 100100001 | 1011000 | 111000 |
Color Harmonies of #CE2DF2
Complementary color
Monochromatic Colors of #CE2DF2
Black with #CE2DF2
Text Example
Text Example
White with #CE2DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2DF2; }
p { color: rgb(206,45,242); }
H1.HeaderClassName
{
color: #CE2DF2;
}
.AnyTagClassName
{
color: #CE2DF2;
}
</style>
background-color css
<style>
a { background-color: #CE2DF2; }
a { background-color: rgb(206,45,242); }
div.DivClassName
{
background-color: #CE2DF2;
}
.BgClassName
{
background-color: #CE2DF2;
}
</style>
border-color css
<style>
span { border-color: #CE2DF2; }
span { border-color: rgb(206,45,242); }
td.TdClassName
{
border-color: #CE2DF2;
}
.TagClassName
{
border-color: #CE2DF2;
}
</style>