Shades of Electric Purple #C229EE
Tints of Electric Purple #C229EE
RGB
CMYK
RGB Variations
Color information
#C229EE (or 0xC229EE) is known color: Electric Purple. HEX triplet: C2, 29 and EE. RGB value is (194,41,238). Sum of RGB (Red+Green+Blue) = 194+41+238=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #C229EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C229EE is #3DD611. Grayscale: #6C6C6C. Windows color (decimal): -4052498 or 15608258. OLE color: 15608258.
HSL color Cylindrical-coordinate representation of color #C229EE: hue angle of 286.6º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C229EE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 41 | 238 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.07 |
| HSL | 286.6º | 0.85% | 0.55% | - |
| HSV(B) | 286.6º | 0.83% | 0.93% | - |
| XYZ | 38.47 | 19.23 | 82.57 | - |
| YUV | 109.21 | 200.69 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 238 | 0.18 | 0.83 | 0 | 0.07 | 286.6 | 0.85 | 0.55 |
| Hex | C2 | 29 | EE | 12 | 53 | 0 | 7 | 11F | 55 | 37 |
| Octal | 302 | 51 | 356 | 22 | 123 | 0 | 7 | 437 | 125 | 67 |
| Binary | 11000010 | 101001 | 11101110 | 10010 | 1010011 | 0 | 111 | 100011111 | 1010101 | 110111 |
Color Harmonies of #C229EE
Complementary color
Monochromatic Colors of #C229EE
Black with #C229EE
Text Example
Text Example
White with #C229EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229EE; }
p { color: rgb(194,41,238); }
H1.HeaderClassName
{
color: #C229EE;
}
.AnyTagClassName
{
color: #C229EE;
}
</style>
background-color css
<style>
a { background-color: #C229EE; }
a { background-color: rgb(194,41,238); }
div.DivClassName
{
background-color: #C229EE;
}
.BgClassName
{
background-color: #C229EE;
}
</style>
border-color css
<style>
span { border-color: #C229EE; }
span { border-color: rgb(194,41,238); }
td.TdClassName
{
border-color: #C229EE;
}
.TagClassName
{
border-color: #C229EE;
}
</style>