Shades of Psychedelic Purple #CE0CF7
Tints of Psychedelic Purple #CE0CF7
RGB
CMYK
RGB Variations
Color information
#CE0CF7 (or 0xCE0CF7) is known color: Psychedelic Purple. HEX triplet: CE, 0C and F7. RGB value is (206,12,247). Sum of RGB (Red+Green+Blue) = 206+12+247=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE0CF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0CF7 is #31F308. Grayscale: #606060. Windows color (decimal): -3273481 or 16190670. OLE color: 16190670.
HSL color Cylindrical-coordinate representation of color #CE0CF7: hue angle of 289.53º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0CF7 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 12 | 247 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.03 |
| HSL | 289.53º | 0.94% | 0.51% | - |
| HSV(B) | 289.53º | 0.95% | 0.97% | - |
| XYZ | 42.37 | 20.1 | 89.64 | - |
| YUV | 96.8 | 212.77 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 247 | 0.17 | 0.95 | 0 | 0.03 | 289.53 | 0.94 | 0.51 |
| Hex | CE | C | F7 | 11 | 5F | 0 | 3 | 122 | 5E | 33 |
| Octal | 316 | 14 | 367 | 21 | 137 | 0 | 3 | 442 | 136 | 63 |
| Binary | 11001110 | 1100 | 11110111 | 10001 | 1011111 | 0 | 11 | 100100010 | 1011110 | 110011 |
Color Harmonies of #CE0CF7
Complementary color
Monochromatic Colors of #CE0CF7
Black with #CE0CF7
Text Example
Text Example
White with #CE0CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CF7; }
p { color: rgb(206,12,247); }
H1.HeaderClassName
{
color: #CE0CF7;
}
.AnyTagClassName
{
color: #CE0CF7;
}
</style>
background-color css
<style>
a { background-color: #CE0CF7; }
a { background-color: rgb(206,12,247); }
div.DivClassName
{
background-color: #CE0CF7;
}
.BgClassName
{
background-color: #CE0CF7;
}
</style>
border-color css
<style>
span { border-color: #CE0CF7; }
span { border-color: rgb(206,12,247); }
td.TdClassName
{
border-color: #CE0CF7;
}
.TagClassName
{
border-color: #CE0CF7;
}
</style>