Shades of Psychedelic Purple #CE00FB
Tints of Psychedelic Purple #CE00FB
RGB
CMYK
RGB Variations
Color information
#CE00FB (or 0xCE00FB) is known color: Psychedelic Purple. HEX triplet: CE, 00 and FB. RGB value is (206,0,251). Sum of RGB (Red+Green+Blue) = 206+0+251=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE00FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE00FB is #31FF04. Grayscale: #595959. Windows color (decimal): -3276549 or 16449742. OLE color: 16449742.
HSL color Cylindrical-coordinate representation of color #CE00FB: hue angle of 289.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00FB is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 0 | 251 | - |
| CMYK | 0.18 | 1 | 0 | 0.02 |
| HSL | 289.24º | 1% | 0.49% | - |
| HSV(B) | 289.24º | 1% | 0.98% | - |
| XYZ | 42.87 | 20.09 | 92.88 | - |
| YUV | 90.21 | 218.75 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 251 | 0.18 | 1 | 0 | 0.02 | 289.24 | 1 | 0.49 |
| Hex | CE | 0 | FB | 12 | 64 | 0 | 2 | 121 | 64 | 31 |
| Octal | 316 | 0 | 373 | 22 | 144 | 0 | 2 | 441 | 144 | 61 |
| Binary | 11001110 | 0 | 11111011 | 10010 | 1100100 | 0 | 10 | 100100001 | 1100100 | 110001 |
Color Harmonies of #CE00FB
Complementary color
Monochromatic Colors of #CE00FB
Black with #CE00FB
Text Example
Text Example
White with #CE00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00FB; }
p { color: rgb(206,0,251); }
H1.HeaderClassName
{
color: #CE00FB;
}
.AnyTagClassName
{
color: #CE00FB;
}
</style>
background-color css
<style>
a { background-color: #CE00FB; }
a { background-color: rgb(206,0,251); }
div.DivClassName
{
background-color: #CE00FB;
}
.BgClassName
{
background-color: #CE00FB;
}
</style>
border-color css
<style>
span { border-color: #CE00FB; }
span { border-color: rgb(206,0,251); }
td.TdClassName
{
border-color: #CE00FB;
}
.TagClassName
{
border-color: #CE00FB;
}
</style>