Shades of Psychedelic Purple #CE2AF3
Tints of Psychedelic Purple #CE2AF3
RGB
CMYK
RGB Variations
Color information
#CE2AF3 (or 0xCE2AF3) is known color: Psychedelic Purple. HEX triplet: CE, 2A and F3. RGB value is (206,42,243). Sum of RGB (Red+Green+Blue) = 206+42+243=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE2AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2AF3 is #31D50C. Grayscale: #717171. Windows color (decimal): -3265805 or 15936206. OLE color: 15936206.
HSL color Cylindrical-coordinate representation of color #CE2AF3: hue angle of 288.96º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2AF3 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 42 | 243 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.05 |
| HSL | 288.96º | 0.89% | 0.56% | - |
| HSV(B) | 288.96º | 0.83% | 0.95% | - |
| XYZ | 42.46 | 21.25 | 86.66 | - |
| YUV | 113.95 | 200.83 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 243 | 0.15 | 0.83 | 0 | 0.05 | 288.96 | 0.89 | 0.56 |
| Hex | CE | 2A | F3 | F | 53 | 0 | 5 | 121 | 59 | 38 |
| Octal | 316 | 52 | 363 | 17 | 123 | 0 | 5 | 441 | 131 | 70 |
| Binary | 11001110 | 101010 | 11110011 | 1111 | 1010011 | 0 | 101 | 100100001 | 1011001 | 111000 |
Color Harmonies of #CE2AF3
Complementary color
Monochromatic Colors of #CE2AF3
Black with #CE2AF3
Text Example
Text Example
White with #CE2AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AF3; }
p { color: rgb(206,42,243); }
H1.HeaderClassName
{
color: #CE2AF3;
}
.AnyTagClassName
{
color: #CE2AF3;
}
</style>
background-color css
<style>
a { background-color: #CE2AF3; }
a { background-color: rgb(206,42,243); }
div.DivClassName
{
background-color: #CE2AF3;
}
.BgClassName
{
background-color: #CE2AF3;
}
</style>
border-color css
<style>
span { border-color: #CE2AF3; }
span { border-color: rgb(206,42,243); }
td.TdClassName
{
border-color: #CE2AF3;
}
.TagClassName
{
border-color: #CE2AF3;
}
</style>