Shades of Electric Purple #C830FD
Tints of Electric Purple #C830FD
RGB
CMYK
RGB Variations
Color information
#C830FD (or 0xC830FD) is known color: Electric Purple. HEX triplet: C8, 30 and FD. RGB value is (200,48,253). Sum of RGB (Red+Green+Blue) = 200+48+253=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #C830FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830FD is #37CF02. Grayscale: #747474. Windows color (decimal): -3657475 or 16593096. OLE color: 16593096.
HSL color Cylindrical-coordinate representation of color #C830FD: hue angle of 284.49º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C830FD is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 48 | 253 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.01 |
| HSL | 284.49º | 0.98% | 0.59% | - |
| HSV(B) | 284.49º | 0.81% | 0.99% | - |
| XYZ | 42.61 | 21.49 | 94.83 | - |
| YUV | 116.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 253 | 0.21 | 0.81 | 0 | 0.01 | 284.49 | 0.98 | 0.59 |
| Hex | C8 | 30 | FD | 15 | 51 | 0 | 1 | 11C | 62 | 3B |
| Octal | 310 | 60 | 375 | 25 | 121 | 0 | 1 | 434 | 142 | 73 |
| Binary | 11001000 | 110000 | 11111101 | 10101 | 1010001 | 0 | 1 | 100011100 | 1100010 | 111011 |
Color Harmonies of #C830FD
Complementary color
Monochromatic Colors of #C830FD
Black with #C830FD
Text Example
Text Example
White with #C830FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830FD; }
p { color: rgb(200,48,253); }
H1.HeaderClassName
{
color: #C830FD;
}
.AnyTagClassName
{
color: #C830FD;
}
</style>
background-color css
<style>
a { background-color: #C830FD; }
a { background-color: rgb(200,48,253); }
div.DivClassName
{
background-color: #C830FD;
}
.BgClassName
{
background-color: #C830FD;
}
</style>
border-color css
<style>
span { border-color: #C830FD; }
span { border-color: rgb(200,48,253); }
td.TdClassName
{
border-color: #C830FD;
}
.TagClassName
{
border-color: #C830FD;
}
</style>