Shades of Psychedelic Purple #CE0FF9
Tints of Psychedelic Purple #CE0FF9
RGB
CMYK
RGB Variations
Color information
#CE0FF9 (or 0xCE0FF9) is known color: Psychedelic Purple. HEX triplet: CE, 0F and F9. RGB value is (206,15,249). Sum of RGB (Red+Green+Blue) = 206+15+249=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE0FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0FF9 is #31F006. Grayscale: #626262. Windows color (decimal): -3272711 or 16322510. OLE color: 16322510.
HSL color Cylindrical-coordinate representation of color #CE0FF9: hue angle of 288.97º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0FF9 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 15 | 249 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.02 |
| HSL | 288.97º | 0.95% | 0.52% | - |
| HSV(B) | 288.97º | 0.94% | 0.98% | - |
| XYZ | 42.72 | 20.3 | 91.29 | - |
| YUV | 98.79 | 212.78 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 249 | 0.17 | 0.94 | 0 | 0.02 | 288.97 | 0.95 | 0.52 |
| Hex | CE | F | F9 | 11 | 5E | 0 | 2 | 121 | 5F | 34 |
| Octal | 316 | 17 | 371 | 21 | 136 | 0 | 2 | 441 | 137 | 64 |
| Binary | 11001110 | 1111 | 11111001 | 10001 | 1011110 | 0 | 10 | 100100001 | 1011111 | 110100 |
Color Harmonies of #CE0FF9
Complementary color
Monochromatic Colors of #CE0FF9
Black with #CE0FF9
Text Example
Text Example
White with #CE0FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FF9; }
p { color: rgb(206,15,249); }
H1.HeaderClassName
{
color: #CE0FF9;
}
.AnyTagClassName
{
color: #CE0FF9;
}
</style>
background-color css
<style>
a { background-color: #CE0FF9; }
a { background-color: rgb(206,15,249); }
div.DivClassName
{
background-color: #CE0FF9;
}
.BgClassName
{
background-color: #CE0FF9;
}
</style>
border-color css
<style>
span { border-color: #CE0FF9; }
span { border-color: rgb(206,15,249); }
td.TdClassName
{
border-color: #CE0FF9;
}
.TagClassName
{
border-color: #CE0FF9;
}
</style>