Shades of Electric Purple #C227EE
Tints of Electric Purple #C227EE
RGB
CMYK
RGB Variations
Color information
#C227EE (or 0xC227EE) is known color: Electric Purple. HEX triplet: C2, 27 and EE. RGB value is (194,39,238). Sum of RGB (Red+Green+Blue) = 194+39+238=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #C227EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C227EE is #3DD811. Grayscale: #6B6B6B. Windows color (decimal): -4053010 or 15607746. OLE color: 15607746.
HSL color Cylindrical-coordinate representation of color #C227EE: hue angle of 286.73º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C227EE is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 39 | 238 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.07 |
| HSL | 286.73º | 0.85% | 0.54% | - |
| HSV(B) | 286.73º | 0.84% | 0.93% | - |
| XYZ | 38.41 | 19.09 | 82.55 | - |
| YUV | 108.03 | 201.35 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 238 | 0.18 | 0.84 | 0 | 0.07 | 286.73 | 0.85 | 0.54 |
| Hex | C2 | 27 | EE | 12 | 54 | 0 | 7 | 11F | 55 | 36 |
| Octal | 302 | 47 | 356 | 22 | 124 | 0 | 7 | 437 | 125 | 66 |
| Binary | 11000010 | 100111 | 11101110 | 10010 | 1010100 | 0 | 111 | 100011111 | 1010101 | 110110 |
Color Harmonies of #C227EE
Complementary color
Monochromatic Colors of #C227EE
Black with #C227EE
Text Example
Text Example
White with #C227EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227EE; }
p { color: rgb(194,39,238); }
H1.HeaderClassName
{
color: #C227EE;
}
.AnyTagClassName
{
color: #C227EE;
}
</style>
background-color css
<style>
a { background-color: #C227EE; }
a { background-color: rgb(194,39,238); }
div.DivClassName
{
background-color: #C227EE;
}
.BgClassName
{
background-color: #C227EE;
}
</style>
border-color css
<style>
span { border-color: #C227EE; }
span { border-color: rgb(194,39,238); }
td.TdClassName
{
border-color: #C227EE;
}
.TagClassName
{
border-color: #C227EE;
}
</style>