Shades of Electric Purple #C827FF
Tints of Electric Purple #C827FF
RGB
CMYK
RGB Variations
Color information
#C827FF (or 0xC827FF) is known color: Electric Purple. HEX triplet: C8, 27 and FF. RGB value is (200,39,255). Sum of RGB (Red+Green+Blue) = 200+39+255=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #C827FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827FF is #37D800. Grayscale: #6F6F6F. Windows color (decimal): -3659777 or 16721864. OLE color: 16721864.
HSL color Cylindrical-coordinate representation of color #C827FF: hue angle of 284.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C827FF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 39 | 255 | - |
| CMYK | 0.22 | 0.85 | 0 | 0 |
| HSL | 284.72º | 1% | 0.58% | - |
| HSV(B) | 284.72º | 0.85% | 1% | - |
| XYZ | 42.59 | 20.95 | 96.41 | - |
| YUV | 111.76 | 208.84 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 255 | 0.22 | 0.85 | 0 | 0 | 284.72 | 1 | 0.58 |
| Hex | C8 | 27 | FF | 16 | 55 | 0 | 0 | 11D | 64 | 3A |
| Octal | 310 | 47 | 377 | 26 | 125 | 0 | 0 | 435 | 144 | 72 |
| Binary | 11001000 | 100111 | 11111111 | 10110 | 1010101 | 0 | 0 | 100011101 | 1100100 | 111010 |
Color Harmonies of #C827FF
Complementary color
Monochromatic Colors of #C827FF
Black with #C827FF
Text Example
Text Example
White with #C827FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827FF; }
p { color: rgb(200,39,255); }
H1.HeaderClassName
{
color: #C827FF;
}
.AnyTagClassName
{
color: #C827FF;
}
</style>
background-color css
<style>
a { background-color: #C827FF; }
a { background-color: rgb(200,39,255); }
div.DivClassName
{
background-color: #C827FF;
}
.BgClassName
{
background-color: #C827FF;
}
</style>
border-color css
<style>
span { border-color: #C827FF; }
span { border-color: rgb(200,39,255); }
td.TdClassName
{
border-color: #C827FF;
}
.TagClassName
{
border-color: #C827FF;
}
</style>