Shades of Psychedelic Purple #CE0FFB
Tints of Psychedelic Purple #CE0FFB
RGB
CMYK
RGB Variations
Color information
#CE0FFB (or 0xCE0FFB) is known color: Psychedelic Purple. HEX triplet: CE, 0F and FB. RGB value is (206,15,251). Sum of RGB (Red+Green+Blue) = 206+15+251=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 15 (6.25% from 255 or 3.18% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE0FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0FFB is #31F004. Grayscale: #626262. Windows color (decimal): -3272709 or 16453582. OLE color: 16453582.
HSL color Cylindrical-coordinate representation of color #CE0FFB: hue angle of 288.56º degrees, saturation: 0.97, 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 #CE0FFB is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 15 | 251 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.02 |
| HSL | 288.56º | 0.97% | 0.52% | - |
| HSV(B) | 288.56º | 0.94% | 0.98% | - |
| XYZ | 43.04 | 20.43 | 92.94 | - |
| YUV | 99.01 | 213.78 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 251 | 0.18 | 0.94 | 0 | 0.02 | 288.56 | 0.97 | 0.52 |
| Hex | CE | F | FB | 12 | 5E | 0 | 2 | 121 | 61 | 34 |
| Octal | 316 | 17 | 373 | 22 | 136 | 0 | 2 | 441 | 141 | 64 |
| Binary | 11001110 | 1111 | 11111011 | 10010 | 1011110 | 0 | 10 | 100100001 | 1100001 | 110100 |
Color Harmonies of #CE0FFB
Complementary color
Monochromatic Colors of #CE0FFB
Black with #CE0FFB
Text Example
Text Example
White with #CE0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0FFB; }
p { color: rgb(206,15,251); }
H1.HeaderClassName
{
color: #CE0FFB;
}
.AnyTagClassName
{
color: #CE0FFB;
}
</style>
background-color css
<style>
a { background-color: #CE0FFB; }
a { background-color: rgb(206,15,251); }
div.DivClassName
{
background-color: #CE0FFB;
}
.BgClassName
{
background-color: #CE0FFB;
}
</style>
border-color css
<style>
span { border-color: #CE0FFB; }
span { border-color: rgb(206,15,251); }
td.TdClassName
{
border-color: #CE0FFB;
}
.TagClassName
{
border-color: #CE0FFB;
}
</style>