Shades of Electric Purple #C00BFD
Tints of Electric Purple #C00BFD
RGB
CMYK
RGB Variations
Color information
#C00BFD (or 0xC00BFD) is known color: Electric Purple. HEX triplet: C0, 0B and FD. RGB value is (192,11,253). Sum of RGB (Red+Green+Blue) = 192+11+253=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #C00BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00BFD is #3FF402. Grayscale: #5B5B5B. Windows color (decimal): -4191235 or 16583616. OLE color: 16583616.
HSL color Cylindrical-coordinate representation of color #C00BFD: hue angle of 284.88º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00BFD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 11 | 253 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.01 |
| HSL | 284.88º | 0.98% | 0.52% | - |
| HSV(B) | 284.88º | 0.96% | 0.99% | - |
| XYZ | 39.59 | 18.54 | 94.42 | - |
| YUV | 92.71 | 218.47 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 253 | 0.24 | 0.96 | 0 | 0.01 | 284.88 | 0.98 | 0.52 |
| Hex | C0 | B | FD | 18 | 60 | 0 | 1 | 11D | 62 | 34 |
| Octal | 300 | 13 | 375 | 30 | 140 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000000 | 1011 | 11111101 | 11000 | 1100000 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C00BFD
Complementary color
Monochromatic Colors of #C00BFD
Black with #C00BFD
Text Example
Text Example
White with #C00BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BFD; }
p { color: rgb(192,11,253); }
H1.HeaderClassName
{
color: #C00BFD;
}
.AnyTagClassName
{
color: #C00BFD;
}
</style>
background-color css
<style>
a { background-color: #C00BFD; }
a { background-color: rgb(192,11,253); }
div.DivClassName
{
background-color: #C00BFD;
}
.BgClassName
{
background-color: #C00BFD;
}
</style>
border-color css
<style>
span { border-color: #C00BFD; }
span { border-color: rgb(192,11,253); }
td.TdClassName
{
border-color: #C00BFD;
}
.TagClassName
{
border-color: #C00BFD;
}
</style>