Shades of Psychedelic Purple #CE09FC
Tints of Psychedelic Purple #CE09FC
RGB
CMYK
RGB Variations
Color information
#CE09FC (or 0xCE09FC) is known color: Psychedelic Purple. HEX triplet: CE, 09 and FC. RGB value is (206,9,252). Sum of RGB (Red+Green+Blue) = 206+9+252=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE09FC is #31F603. Grayscale: #5E5E5E. Windows color (decimal): -3274244 or 16517582. OLE color: 16517582.
HSL color Cylindrical-coordinate representation of color #CE09FC: hue angle of 288.64º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09FC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 9 | 252 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.01 |
| HSL | 288.64º | 0.98% | 0.51% | - |
| HSV(B) | 288.64º | 0.96% | 0.99% | - |
| XYZ | 43.12 | 20.35 | 93.75 | - |
| YUV | 95.61 | 216.27 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 252 | 0.18 | 0.96 | 0 | 0.01 | 288.64 | 0.98 | 0.51 |
| Hex | CE | 9 | FC | 12 | 60 | 0 | 1 | 121 | 62 | 33 |
| Octal | 316 | 11 | 374 | 22 | 140 | 0 | 1 | 441 | 142 | 63 |
| Binary | 11001110 | 1001 | 11111100 | 10010 | 1100000 | 0 | 1 | 100100001 | 1100010 | 110011 |
Color Harmonies of #CE09FC
Complementary color
Monochromatic Colors of #CE09FC
Black with #CE09FC
Text Example
Text Example
White with #CE09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09FC; }
p { color: rgb(206,9,252); }
H1.HeaderClassName
{
color: #CE09FC;
}
.AnyTagClassName
{
color: #CE09FC;
}
</style>
background-color css
<style>
a { background-color: #CE09FC; }
a { background-color: rgb(206,9,252); }
div.DivClassName
{
background-color: #CE09FC;
}
.BgClassName
{
background-color: #CE09FC;
}
</style>
border-color css
<style>
span { border-color: #CE09FC; }
span { border-color: rgb(206,9,252); }
td.TdClassName
{
border-color: #CE09FC;
}
.TagClassName
{
border-color: #CE09FC;
}
</style>