Shades of Electric Purple #C70BFD
Tints of Electric Purple #C70BFD
RGB
CMYK
RGB Variations
Color information
#C70BFD (or 0xC70BFD) is known color: Electric Purple. HEX triplet: C7, 0B and FD. RGB value is (199,11,253). Sum of RGB (Red+Green+Blue) = 199+11+253=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 11 (4.69% from 255 or 2.38% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #C70BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70BFD is #38F402. Grayscale: #5E5E5E. Windows color (decimal): -3732483 or 16583623. OLE color: 16583623.
HSL color Cylindrical-coordinate representation of color #C70BFD: hue angle of 286.61º 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 #C70BFD is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 11 | 253 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.01 |
| HSL | 286.61º | 0.98% | 0.52% | - |
| HSV(B) | 286.61º | 0.96% | 0.99% | - |
| XYZ | 41.4 | 19.47 | 94.51 | - |
| YUV | 94.8 | 217.28 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 253 | 0.21 | 0.96 | 0 | 0.01 | 286.61 | 0.98 | 0.52 |
| Hex | C7 | B | FD | 15 | 60 | 0 | 1 | 11F | 62 | 34 |
| Octal | 307 | 13 | 375 | 25 | 140 | 0 | 1 | 437 | 142 | 64 |
| Binary | 11000111 | 1011 | 11111101 | 10101 | 1100000 | 0 | 1 | 100011111 | 1100010 | 110100 |
Color Harmonies of #C70BFD
Complementary color
Monochromatic Colors of #C70BFD
Black with #C70BFD
Text Example
Text Example
White with #C70BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BFD; }
p { color: rgb(199,11,253); }
H1.HeaderClassName
{
color: #C70BFD;
}
.AnyTagClassName
{
color: #C70BFD;
}
</style>
background-color css
<style>
a { background-color: #C70BFD; }
a { background-color: rgb(199,11,253); }
div.DivClassName
{
background-color: #C70BFD;
}
.BgClassName
{
background-color: #C70BFD;
}
</style>
border-color css
<style>
span { border-color: #C70BFD; }
span { border-color: rgb(199,11,253); }
td.TdClassName
{
border-color: #C70BFD;
}
.TagClassName
{
border-color: #C70BFD;
}
</style>