Shades of Electric Purple #CC0BF8
Tints of Electric Purple #CC0BF8
RGB
CMYK
RGB Variations
Color information
#CC0BF8 (or 0xCC0BF8) is known color: Electric Purple. HEX triplet: CC, 0B and F8. RGB value is (204,11,248). Sum of RGB (Red+Green+Blue) = 204+11+248=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC0BF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BF8 is #33F407. Grayscale: #5E5E5E. Windows color (decimal): -3404808 or 16255948. OLE color: 16255948.
HSL color Cylindrical-coordinate representation of color #CC0BF8: hue angle of 288.86º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0BF8 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 11 | 248 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.03 |
| HSL | 288.86º | 0.94% | 0.51% | - |
| HSV(B) | 288.86º | 0.96% | 0.97% | - |
| XYZ | 41.96 | 19.85 | 90.43 | - |
| YUV | 95.73 | 213.94 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 248 | 0.18 | 0.96 | 0 | 0.03 | 288.86 | 0.94 | 0.51 |
| Hex | CC | B | F8 | 12 | 60 | 0 | 3 | 121 | 5E | 33 |
| Octal | 314 | 13 | 370 | 22 | 140 | 0 | 3 | 441 | 136 | 63 |
| Binary | 11001100 | 1011 | 11111000 | 10010 | 1100000 | 0 | 11 | 100100001 | 1011110 | 110011 |
Color Harmonies of #CC0BF8
Complementary color
Monochromatic Colors of #CC0BF8
Black with #CC0BF8
Text Example
Text Example
White with #CC0BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0BF8; }
p { color: rgb(204,11,248); }
H1.HeaderClassName
{
color: #CC0BF8;
}
.AnyTagClassName
{
color: #CC0BF8;
}
</style>
background-color css
<style>
a { background-color: #CC0BF8; }
a { background-color: rgb(204,11,248); }
div.DivClassName
{
background-color: #CC0BF8;
}
.BgClassName
{
background-color: #CC0BF8;
}
</style>
border-color css
<style>
span { border-color: #CC0BF8; }
span { border-color: rgb(204,11,248); }
td.TdClassName
{
border-color: #CC0BF8;
}
.TagClassName
{
border-color: #CC0BF8;
}
</style>