Shades of Electric Purple #C81BFD
Tints of Electric Purple #C81BFD
RGB
CMYK
RGB Variations
Color information
#C81BFD (or 0xC81BFD) is known color: Electric Purple. HEX triplet: C8, 1B and FD. RGB value is (200,27,253). Sum of RGB (Red+Green+Blue) = 200+27+253=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 27 (10.94% from 255 or 5.62% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #C81BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81BFD is #37E402. Grayscale: #676767. Windows color (decimal): -3662851 or 16587720. OLE color: 16587720.
HSL color Cylindrical-coordinate representation of color #C81BFD: hue angle of 285.93º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81BFD is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 27 | 253 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.01 |
| HSL | 285.93º | 0.98% | 0.55% | - |
| HSV(B) | 285.93º | 0.89% | 0.99% | - |
| XYZ | 41.94 | 20.16 | 94.61 | - |
| YUV | 104.49 | 211.81 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 253 | 0.21 | 0.89 | 0 | 0.01 | 285.93 | 0.98 | 0.55 |
| Hex | C8 | 1B | FD | 15 | 59 | 0 | 1 | 11E | 62 | 37 |
| Octal | 310 | 33 | 375 | 25 | 131 | 0 | 1 | 436 | 142 | 67 |
| Binary | 11001000 | 11011 | 11111101 | 10101 | 1011001 | 0 | 1 | 100011110 | 1100010 | 110111 |
Color Harmonies of #C81BFD
Complementary color
Monochromatic Colors of #C81BFD
Black with #C81BFD
Text Example
Text Example
White with #C81BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81BFD; }
p { color: rgb(200,27,253); }
H1.HeaderClassName
{
color: #C81BFD;
}
.AnyTagClassName
{
color: #C81BFD;
}
</style>
background-color css
<style>
a { background-color: #C81BFD; }
a { background-color: rgb(200,27,253); }
div.DivClassName
{
background-color: #C81BFD;
}
.BgClassName
{
background-color: #C81BFD;
}
</style>
border-color css
<style>
span { border-color: #C81BFD; }
span { border-color: rgb(200,27,253); }
td.TdClassName
{
border-color: #C81BFD;
}
.TagClassName
{
border-color: #C81BFD;
}
</style>