Shades of Electric Purple #C227EB
Tints of Electric Purple #C227EB
RGB
CMYK
RGB Variations
Color information
#C227EB (or 0xC227EB) is known color: Electric Purple. HEX triplet: C2, 27 and EB. RGB value is (194,39,235). Sum of RGB (Red+Green+Blue) = 194+39+235=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #C227EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C227EB is #3DD814. Grayscale: #6B6B6B. Windows color (decimal): -4053013 or 15411138. OLE color: 15411138.
HSL color Cylindrical-coordinate representation of color #C227EB: hue angle of 287.45º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C227EB is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 39 | 235 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.08 |
| HSL | 287.45º | 0.83% | 0.54% | - |
| HSV(B) | 287.45º | 0.83% | 0.92% | - |
| XYZ | 37.97 | 18.92 | 80.25 | - |
| YUV | 107.69 | 199.85 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 235 | 0.17 | 0.83 | 0 | 0.08 | 287.45 | 0.83 | 0.54 |
| Hex | C2 | 27 | EB | 11 | 53 | 0 | 8 | 11F | 53 | 36 |
| Octal | 302 | 47 | 353 | 21 | 123 | 0 | 10 | 437 | 123 | 66 |
| Binary | 11000010 | 100111 | 11101011 | 10001 | 1010011 | 0 | 1000 | 100011111 | 1010011 | 110110 |
Color Harmonies of #C227EB
Complementary color
Monochromatic Colors of #C227EB
Black with #C227EB
Text Example
Text Example
White with #C227EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227EB; }
p { color: rgb(194,39,235); }
H1.HeaderClassName
{
color: #C227EB;
}
.AnyTagClassName
{
color: #C227EB;
}
</style>
background-color css
<style>
a { background-color: #C227EB; }
a { background-color: rgb(194,39,235); }
div.DivClassName
{
background-color: #C227EB;
}
.BgClassName
{
background-color: #C227EB;
}
</style>
border-color css
<style>
span { border-color: #C227EB; }
span { border-color: rgb(194,39,235); }
td.TdClassName
{
border-color: #C227EB;
}
.TagClassName
{
border-color: #C227EB;
}
</style>