Shades of Electric Purple #C927FA
Tints of Electric Purple #C927FA
RGB
CMYK
RGB Variations
Color information
#C927FA (or 0xC927FA) is known color: Electric Purple. HEX triplet: C9, 27 and FA. RGB value is (201,39,250). Sum of RGB (Red+Green+Blue) = 201+39+250=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #C927FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C927FA is #36D805. Grayscale: #6E6E6E. Windows color (decimal): -3594246 or 16394185. OLE color: 16394185.
HSL color Cylindrical-coordinate representation of color #C927FA: hue angle of 286.07º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C927FA is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 39 | 250 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.02 |
| HSL | 286.07º | 0.95% | 0.57% | - |
| HSV(B) | 286.07º | 0.84% | 0.98% | - |
| XYZ | 42.07 | 20.77 | 92.23 | - |
| YUV | 111.49 | 206.17 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 250 | 0.20 | 0.84 | 0 | 0.02 | 286.07 | 0.95 | 0.57 |
| Hex | C9 | 27 | FA | 14 | 54 | 0 | 2 | 11E | 5F | 39 |
| Octal | 311 | 47 | 372 | 24 | 124 | 0 | 2 | 436 | 137 | 71 |
| Binary | 11001001 | 100111 | 11111010 | 10100 | 1010100 | 0 | 10 | 100011110 | 1011111 | 111001 |
Color Harmonies of #C927FA
Complementary color
Monochromatic Colors of #C927FA
Black with #C927FA
Text Example
Text Example
White with #C927FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C927FA; }
p { color: rgb(201,39,250); }
H1.HeaderClassName
{
color: #C927FA;
}
.AnyTagClassName
{
color: #C927FA;
}
</style>
background-color css
<style>
a { background-color: #C927FA; }
a { background-color: rgb(201,39,250); }
div.DivClassName
{
background-color: #C927FA;
}
.BgClassName
{
background-color: #C927FA;
}
</style>
border-color css
<style>
span { border-color: #C927FA; }
span { border-color: rgb(201,39,250); }
td.TdClassName
{
border-color: #C927FA;
}
.TagClassName
{
border-color: #C927FA;
}
</style>