Shades of Psychedelic Purple #CE16ED
Tints of Psychedelic Purple #CE16ED
RGB
CMYK
RGB Variations
Color information
#CE16ED (or 0xCE16ED) is known color: Psychedelic Purple. HEX triplet: CE, 16 and ED. RGB value is (206,22,237). Sum of RGB (Red+Green+Blue) = 206+22+237=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE16ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE16ED is #31E912. Grayscale: #646464. Windows color (decimal): -3270931 or 15537870. OLE color: 15537870.
HSL color Cylindrical-coordinate representation of color #CE16ED: hue angle of 291.35º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE16ED is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 22 | 237 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.07 |
| HSL | 291.35º | 0.86% | 0.51% | - |
| HSV(B) | 291.35º | 0.91% | 0.93% | - |
| XYZ | 41.03 | 19.81 | 81.78 | - |
| YUV | 101.53 | 204.46 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 237 | 0.13 | 0.91 | 0 | 0.07 | 291.35 | 0.86 | 0.51 |
| Hex | CE | 16 | ED | D | 5B | 0 | 7 | 123 | 56 | 33 |
| Octal | 316 | 26 | 355 | 15 | 133 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001110 | 10110 | 11101101 | 1101 | 1011011 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CE16ED
Complementary color
Monochromatic Colors of #CE16ED
Black with #CE16ED
Text Example
Text Example
White with #CE16ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16ED; }
p { color: rgb(206,22,237); }
H1.HeaderClassName
{
color: #CE16ED;
}
.AnyTagClassName
{
color: #CE16ED;
}
</style>
background-color css
<style>
a { background-color: #CE16ED; }
a { background-color: rgb(206,22,237); }
div.DivClassName
{
background-color: #CE16ED;
}
.BgClassName
{
background-color: #CE16ED;
}
</style>
border-color css
<style>
span { border-color: #CE16ED; }
span { border-color: rgb(206,22,237); }
td.TdClassName
{
border-color: #CE16ED;
}
.TagClassName
{
border-color: #CE16ED;
}
</style>