Shades of Electric Purple #C20BFD
Tints of Electric Purple #C20BFD
RGB
CMYK
RGB Variations
Color information
#C20BFD (or 0xC20BFD) is known color: Electric Purple. HEX triplet: C2, 0B and FD. RGB value is (194,11,253). Sum of RGB (Red+Green+Blue) = 194+11+253=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #C20BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BFD is #3DF402. Grayscale: #5C5C5C. Windows color (decimal): -4060163 or 16583618. OLE color: 16583618.
HSL color Cylindrical-coordinate representation of color #C20BFD: hue angle of 285.37º 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 #C20BFD is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 11 | 253 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.01 |
| HSL | 285.37º | 0.98% | 0.52% | - |
| HSV(B) | 285.37º | 0.96% | 0.99% | - |
| XYZ | 40.1 | 18.8 | 94.44 | - |
| YUV | 93.31 | 218.13 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 253 | 0.23 | 0.96 | 0 | 0.01 | 285.37 | 0.98 | 0.52 |
| Hex | C2 | B | FD | 17 | 60 | 0 | 1 | 11D | 62 | 34 |
| Octal | 302 | 13 | 375 | 27 | 140 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000010 | 1011 | 11111101 | 10111 | 1100000 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C20BFD
Complementary color
Monochromatic Colors of #C20BFD
Black with #C20BFD
Text Example
Text Example
White with #C20BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BFD; }
p { color: rgb(194,11,253); }
H1.HeaderClassName
{
color: #C20BFD;
}
.AnyTagClassName
{
color: #C20BFD;
}
</style>
background-color css
<style>
a { background-color: #C20BFD; }
a { background-color: rgb(194,11,253); }
div.DivClassName
{
background-color: #C20BFD;
}
.BgClassName
{
background-color: #C20BFD;
}
</style>
border-color css
<style>
span { border-color: #C20BFD; }
span { border-color: rgb(194,11,253); }
td.TdClassName
{
border-color: #C20BFD;
}
.TagClassName
{
border-color: #C20BFD;
}
</style>