Shades of Electric Purple #C92BFD
Tints of Electric Purple #C92BFD
RGB
CMYK
RGB Variations
Color information
#C92BFD (or 0xC92BFD) is known color: Electric Purple. HEX triplet: C9, 2B and FD. RGB value is (201,43,253). Sum of RGB (Red+Green+Blue) = 201+43+253=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #C92BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92BFD is #36D402. Grayscale: #717171. Windows color (decimal): -3593219 or 16591817. OLE color: 16591817.
HSL color Cylindrical-coordinate representation of color #C92BFD: hue angle of 285.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92BFD is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 43 | 253 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.01 |
| HSL | 285.14º | 0.98% | 0.58% | - |
| HSV(B) | 285.14º | 0.83% | 0.99% | - |
| XYZ | 42.68 | 21.24 | 94.78 | - |
| YUV | 114.18 | 206.35 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 253 | 0.21 | 0.83 | 0 | 0.01 | 285.14 | 0.98 | 0.58 |
| Hex | C9 | 2B | FD | 15 | 53 | 0 | 1 | 11D | 62 | 3A |
| Octal | 311 | 53 | 375 | 25 | 123 | 0 | 1 | 435 | 142 | 72 |
| Binary | 11001001 | 101011 | 11111101 | 10101 | 1010011 | 0 | 1 | 100011101 | 1100010 | 111010 |
Color Harmonies of #C92BFD
Complementary color
Monochromatic Colors of #C92BFD
Black with #C92BFD
Text Example
Text Example
White with #C92BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BFD; }
p { color: rgb(201,43,253); }
H1.HeaderClassName
{
color: #C92BFD;
}
.AnyTagClassName
{
color: #C92BFD;
}
</style>
background-color css
<style>
a { background-color: #C92BFD; }
a { background-color: rgb(201,43,253); }
div.DivClassName
{
background-color: #C92BFD;
}
.BgClassName
{
background-color: #C92BFD;
}
</style>
border-color css
<style>
span { border-color: #C92BFD; }
span { border-color: rgb(201,43,253); }
td.TdClassName
{
border-color: #C92BFD;
}
.TagClassName
{
border-color: #C92BFD;
}
</style>