Shades of Electric Purple #C827EA
Tints of Electric Purple #C827EA
RGB
CMYK
RGB Variations
Color information
#C827EA (or 0xC827EA) is known color: Electric Purple. HEX triplet: C8, 27 and EA. RGB value is (200,39,234). Sum of RGB (Red+Green+Blue) = 200+39+234=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #C827EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827EA is #37D815. Grayscale: #6C6C6C. Windows color (decimal): -3659798 or 15345608. OLE color: 15345608.
HSL color Cylindrical-coordinate representation of color #C827EA: hue angle of 289.54º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C827EA is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 39 | 234 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.08 |
| HSL | 289.54º | 0.82% | 0.54% | - |
| HSV(B) | 289.54º | 0.83% | 0.92% | - |
| XYZ | 39.4 | 19.67 | 79.56 | - |
| YUV | 109.37 | 198.34 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 234 | 0.15 | 0.83 | 0 | 0.08 | 289.54 | 0.82 | 0.54 |
| Hex | C8 | 27 | EA | F | 53 | 0 | 8 | 122 | 52 | 36 |
| Octal | 310 | 47 | 352 | 17 | 123 | 0 | 10 | 442 | 122 | 66 |
| Binary | 11001000 | 100111 | 11101010 | 1111 | 1010011 | 0 | 1000 | 100100010 | 1010010 | 110110 |
Color Harmonies of #C827EA
Complementary color
Monochromatic Colors of #C827EA
Black with #C827EA
Text Example
Text Example
White with #C827EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827EA; }
p { color: rgb(200,39,234); }
H1.HeaderClassName
{
color: #C827EA;
}
.AnyTagClassName
{
color: #C827EA;
}
</style>
background-color css
<style>
a { background-color: #C827EA; }
a { background-color: rgb(200,39,234); }
div.DivClassName
{
background-color: #C827EA;
}
.BgClassName
{
background-color: #C827EA;
}
</style>
border-color css
<style>
span { border-color: #C827EA; }
span { border-color: rgb(200,39,234); }
td.TdClassName
{
border-color: #C827EA;
}
.TagClassName
{
border-color: #C827EA;
}
</style>