Shades of Electric Purple #C229ED
Tints of Electric Purple #C229ED
RGB
CMYK
RGB Variations
Color information
#C229ED (or 0xC229ED) is known color: Electric Purple. HEX triplet: C2, 29 and ED. RGB value is (194,41,237). Sum of RGB (Red+Green+Blue) = 194+41+237=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #C229ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C229ED is #3DD612. Grayscale: #6C6C6C. Windows color (decimal): -4052499 or 15542722. OLE color: 15542722.
HSL color Cylindrical-coordinate representation of color #C229ED: hue angle of 286.84º degrees, saturation: 0.84, 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 #C229ED is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 41 | 237 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.07 |
| HSL | 286.84º | 0.84% | 0.55% | - |
| HSV(B) | 286.84º | 0.83% | 0.93% | - |
| XYZ | 38.33 | 19.17 | 81.8 | - |
| YUV | 109.09 | 200.19 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 237 | 0.18 | 0.83 | 0 | 0.07 | 286.84 | 0.84 | 0.55 |
| Hex | C2 | 29 | ED | 12 | 53 | 0 | 7 | 11F | 54 | 37 |
| Octal | 302 | 51 | 355 | 22 | 123 | 0 | 7 | 437 | 124 | 67 |
| Binary | 11000010 | 101001 | 11101101 | 10010 | 1010011 | 0 | 111 | 100011111 | 1010100 | 110111 |
Color Harmonies of #C229ED
Complementary color
Monochromatic Colors of #C229ED
Black with #C229ED
Text Example
Text Example
White with #C229ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C229ED; }
p { color: rgb(194,41,237); }
H1.HeaderClassName
{
color: #C229ED;
}
.AnyTagClassName
{
color: #C229ED;
}
</style>
background-color css
<style>
a { background-color: #C229ED; }
a { background-color: rgb(194,41,237); }
div.DivClassName
{
background-color: #C229ED;
}
.BgClassName
{
background-color: #C229ED;
}
</style>
border-color css
<style>
span { border-color: #C229ED; }
span { border-color: rgb(194,41,237); }
td.TdClassName
{
border-color: #C229ED;
}
.TagClassName
{
border-color: #C229ED;
}
</style>