Shades of Psychedelic Purple #CE0CEB
Tints of Psychedelic Purple #CE0CEB
RGB
CMYK
RGB Variations
Color information
#CE0CEB (or 0xCE0CEB) is known color: Psychedelic Purple. HEX triplet: CE, 0C and EB. RGB value is (206,12,235). Sum of RGB (Red+Green+Blue) = 206+12+235=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE0CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0CEB is #31F314. Grayscale: #5E5E5E. Windows color (decimal): -3273493 or 15404238. OLE color: 15404238.
HSL color Cylindrical-coordinate representation of color #CE0CEB: hue angle of 292.2º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0CEB is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 12 | 235 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.08 |
| HSL | 292.2º | 0.9% | 0.48% | - |
| HSV(B) | 292.2º | 0.95% | 0.92% | - |
| XYZ | 40.58 | 19.38 | 80.2 | - |
| YUV | 95.43 | 206.77 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 235 | 0.12 | 0.95 | 0 | 0.08 | 292.2 | 0.9 | 0.48 |
| Hex | CE | C | EB | C | 5F | 0 | 8 | 124 | 5A | 30 |
| Octal | 316 | 14 | 353 | 14 | 137 | 0 | 10 | 444 | 132 | 60 |
| Binary | 11001110 | 1100 | 11101011 | 1100 | 1011111 | 0 | 1000 | 100100100 | 1011010 | 110000 |
Color Harmonies of #CE0CEB
Complementary color
Monochromatic Colors of #CE0CEB
Black with #CE0CEB
Text Example
Text Example
White with #CE0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CEB; }
p { color: rgb(206,12,235); }
H1.HeaderClassName
{
color: #CE0CEB;
}
.AnyTagClassName
{
color: #CE0CEB;
}
</style>
background-color css
<style>
a { background-color: #CE0CEB; }
a { background-color: rgb(206,12,235); }
div.DivClassName
{
background-color: #CE0CEB;
}
.BgClassName
{
background-color: #CE0CEB;
}
</style>
border-color css
<style>
span { border-color: #CE0CEB; }
span { border-color: rgb(206,12,235); }
td.TdClassName
{
border-color: #CE0CEB;
}
.TagClassName
{
border-color: #CE0CEB;
}
</style>