Shades of Electric Purple #CC0BEE
Tints of Electric Purple #CC0BEE
RGB
CMYK
RGB Variations
Color information
#CC0BEE (or 0xCC0BEE) is known color: Electric Purple. HEX triplet: CC, 0B and EE. RGB value is (204,11,238). Sum of RGB (Red+Green+Blue) = 204+11+238=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 11 (4.69% from 255 or 2.43% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC0BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BEE is #33F411. Grayscale: #5D5D5D. Windows color (decimal): -3404818 or 15600588. OLE color: 15600588.
HSL color Cylindrical-coordinate representation of color #CC0BEE: hue angle of 291.01º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BEE is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 11 | 238 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.07 |
| HSL | 291.01º | 0.91% | 0.49% | - |
| HSV(B) | 291.01º | 0.95% | 0.93% | - |
| XYZ | 40.45 | 19.25 | 82.47 | - |
| YUV | 94.59 | 208.94 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 238 | 0.14 | 0.95 | 0 | 0.07 | 291.01 | 0.91 | 0.49 |
| Hex | CC | B | EE | E | 5F | 0 | 7 | 123 | 5B | 31 |
| Octal | 314 | 13 | 356 | 16 | 137 | 0 | 7 | 443 | 133 | 61 |
| Binary | 11001100 | 1011 | 11101110 | 1110 | 1011111 | 0 | 111 | 100100011 | 1011011 | 110001 |
Color Harmonies of #CC0BEE
Complementary color
Monochromatic Colors of #CC0BEE
Black with #CC0BEE
Text Example
Text Example
White with #CC0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BEE; }
p { color: rgb(204,11,238); }
H1.HeaderClassName
{
color: #CC0BEE;
}
.AnyTagClassName
{
color: #CC0BEE;
}
</style>
background-color css
<style>
a { background-color: #CC0BEE; }
a { background-color: rgb(204,11,238); }
div.DivClassName
{
background-color: #CC0BEE;
}
.BgClassName
{
background-color: #CC0BEE;
}
</style>
border-color css
<style>
span { border-color: #CC0BEE; }
span { border-color: rgb(204,11,238); }
td.TdClassName
{
border-color: #CC0BEE;
}
.TagClassName
{
border-color: #CC0BEE;
}
</style>