Shades of Electric Purple #C81AFD
Tints of Electric Purple #C81AFD
RGB
CMYK
RGB Variations
Color information
#C81AFD (or 0xC81AFD) is known color: Electric Purple. HEX triplet: C8, 1A and FD. RGB value is (200,26,253). Sum of RGB (Red+Green+Blue) = 200+26+253=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #C81AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81AFD is #37E502. Grayscale: #676767. Windows color (decimal): -3663107 or 16587464. OLE color: 16587464.
HSL color Cylindrical-coordinate representation of color #C81AFD: hue angle of 285.99º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81AFD is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 26 | 253 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.01 |
| HSL | 285.99º | 0.98% | 0.55% | - |
| HSV(B) | 285.99º | 0.9% | 0.99% | - |
| XYZ | 41.92 | 20.11 | 94.6 | - |
| YUV | 103.9 | 212.15 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 253 | 0.21 | 0.90 | 0 | 0.01 | 285.99 | 0.98 | 0.55 |
| Hex | C8 | 1A | FD | 15 | 5A | 0 | 1 | 11E | 62 | 37 |
| Octal | 310 | 32 | 375 | 25 | 132 | 0 | 1 | 436 | 142 | 67 |
| Binary | 11001000 | 11010 | 11111101 | 10101 | 1011010 | 0 | 1 | 100011110 | 1100010 | 110111 |
Color Harmonies of #C81AFD
Complementary color
Monochromatic Colors of #C81AFD
Black with #C81AFD
Text Example
Text Example
White with #C81AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AFD; }
p { color: rgb(200,26,253); }
H1.HeaderClassName
{
color: #C81AFD;
}
.AnyTagClassName
{
color: #C81AFD;
}
</style>
background-color css
<style>
a { background-color: #C81AFD; }
a { background-color: rgb(200,26,253); }
div.DivClassName
{
background-color: #C81AFD;
}
.BgClassName
{
background-color: #C81AFD;
}
</style>
border-color css
<style>
span { border-color: #C81AFD; }
span { border-color: rgb(200,26,253); }
td.TdClassName
{
border-color: #C81AFD;
}
.TagClassName
{
border-color: #C81AFD;
}
</style>