Shades of Psychedelic Purple #CE10F6
Tints of Psychedelic Purple #CE10F6
RGB
CMYK
RGB Variations
Color information
#CE10F6 (or 0xCE10F6) is known color: Psychedelic Purple. HEX triplet: CE, 10 and F6. RGB value is (206,16,246). Sum of RGB (Red+Green+Blue) = 206+16+246=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE10F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE10F6 is #31EF09. Grayscale: #626262. Windows color (decimal): -3272458 or 16126158. OLE color: 16126158.
HSL color Cylindrical-coordinate representation of color #CE10F6: hue angle of 289.57º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE10F6 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 16 | 246 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.04 |
| HSL | 289.57º | 0.93% | 0.51% | - |
| HSV(B) | 289.57º | 0.93% | 0.96% | - |
| XYZ | 42.27 | 20.15 | 88.85 | - |
| YUV | 99.03 | 210.95 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 246 | 0.16 | 0.93 | 0 | 0.04 | 289.57 | 0.93 | 0.51 |
| Hex | CE | 10 | F6 | 10 | 5D | 0 | 4 | 122 | 5D | 33 |
| Octal | 316 | 20 | 366 | 20 | 135 | 0 | 4 | 442 | 135 | 63 |
| Binary | 11001110 | 10000 | 11110110 | 10000 | 1011101 | 0 | 100 | 100100010 | 1011101 | 110011 |
Color Harmonies of #CE10F6
Complementary color
Monochromatic Colors of #CE10F6
Black with #CE10F6
Text Example
Text Example
White with #CE10F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10F6; }
p { color: rgb(206,16,246); }
H1.HeaderClassName
{
color: #CE10F6;
}
.AnyTagClassName
{
color: #CE10F6;
}
</style>
background-color css
<style>
a { background-color: #CE10F6; }
a { background-color: rgb(206,16,246); }
div.DivClassName
{
background-color: #CE10F6;
}
.BgClassName
{
background-color: #CE10F6;
}
</style>
border-color css
<style>
span { border-color: #CE10F6; }
span { border-color: rgb(206,16,246); }
td.TdClassName
{
border-color: #CE10F6;
}
.TagClassName
{
border-color: #CE10F6;
}
</style>