Shades of Electric Purple #C818FD
Tints of Electric Purple #C818FD
RGB
CMYK
RGB Variations
Color information
#C818FD (or 0xC818FD) is known color: Electric Purple. HEX triplet: C8, 18 and FD. RGB value is (200,24,253). Sum of RGB (Red+Green+Blue) = 200+24+253=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #C818FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C818FD is #37E702. Grayscale: #656565. Windows color (decimal): -3663619 or 16586952. OLE color: 16586952.
HSL color Cylindrical-coordinate representation of color #C818FD: hue angle of 286.11º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C818FD is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 24 | 253 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.01 |
| HSL | 286.11º | 0.98% | 0.54% | - |
| HSV(B) | 286.11º | 0.91% | 0.99% | - |
| XYZ | 41.88 | 20.02 | 94.59 | - |
| YUV | 102.73 | 212.81 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 253 | 0.21 | 0.91 | 0 | 0.01 | 286.11 | 0.98 | 0.54 |
| Hex | C8 | 18 | FD | 15 | 5B | 0 | 1 | 11E | 62 | 36 |
| Octal | 310 | 30 | 375 | 25 | 133 | 0 | 1 | 436 | 142 | 66 |
| Binary | 11001000 | 11000 | 11111101 | 10101 | 1011011 | 0 | 1 | 100011110 | 1100010 | 110110 |
Color Harmonies of #C818FD
Complementary color
Monochromatic Colors of #C818FD
Black with #C818FD
Text Example
Text Example
White with #C818FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818FD; }
p { color: rgb(200,24,253); }
H1.HeaderClassName
{
color: #C818FD;
}
.AnyTagClassName
{
color: #C818FD;
}
</style>
background-color css
<style>
a { background-color: #C818FD; }
a { background-color: rgb(200,24,253); }
div.DivClassName
{
background-color: #C818FD;
}
.BgClassName
{
background-color: #C818FD;
}
</style>
border-color css
<style>
span { border-color: #C818FD; }
span { border-color: rgb(200,24,253); }
td.TdClassName
{
border-color: #C818FD;
}
.TagClassName
{
border-color: #C818FD;
}
</style>