Shades of Psychedelic Purple #CE13FA
Tints of Psychedelic Purple #CE13FA
RGB
CMYK
RGB Variations
Color information
#CE13FA (or 0xCE13FA) is known color: Psychedelic Purple. HEX triplet: CE, 13 and FA. RGB value is (206,19,250). Sum of RGB (Red+Green+Blue) = 206+19+250=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE13FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE13FA is #31EC05. Grayscale: #646464. Windows color (decimal): -3271686 or 16389070. OLE color: 16389070.
HSL color Cylindrical-coordinate representation of color #CE13FA: hue angle of 288.57º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE13FA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 19 | 250 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.02 |
| HSL | 288.57º | 0.96% | 0.53% | - |
| HSV(B) | 288.57º | 0.92% | 0.98% | - |
| XYZ | 42.94 | 20.49 | 92.13 | - |
| YUV | 101.25 | 211.95 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 19 | 250 | 0.18 | 0.92 | 0 | 0.02 | 288.57 | 0.96 | 0.53 |
| Hex | CE | 13 | FA | 12 | 5C | 0 | 2 | 121 | 60 | 35 |
| Octal | 316 | 23 | 372 | 22 | 134 | 0 | 2 | 441 | 140 | 65 |
| Binary | 11001110 | 10011 | 11111010 | 10010 | 1011100 | 0 | 10 | 100100001 | 1100000 | 110101 |
Color Harmonies of #CE13FA
Complementary color
Monochromatic Colors of #CE13FA
Black with #CE13FA
Text Example
Text Example
White with #CE13FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE13FA; }
p { color: rgb(206,19,250); }
H1.HeaderClassName
{
color: #CE13FA;
}
.AnyTagClassName
{
color: #CE13FA;
}
</style>
background-color css
<style>
a { background-color: #CE13FA; }
a { background-color: rgb(206,19,250); }
div.DivClassName
{
background-color: #CE13FA;
}
.BgClassName
{
background-color: #CE13FA;
}
</style>
border-color css
<style>
span { border-color: #CE13FA; }
span { border-color: rgb(206,19,250); }
td.TdClassName
{
border-color: #CE13FA;
}
.TagClassName
{
border-color: #CE13FA;
}
</style>