Shades of Electric Purple #C228EB
Tints of Electric Purple #C228EB
RGB
CMYK
RGB Variations
Color information
#C228EB (or 0xC228EB) is known color: Electric Purple. HEX triplet: C2, 28 and EB. RGB value is (194,40,235). Sum of RGB (Red+Green+Blue) = 194+40+235=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #C228EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C228EB is #3DD714. Grayscale: #6B6B6B. Windows color (decimal): -4052757 or 15411394. OLE color: 15411394.
HSL color Cylindrical-coordinate representation of color #C228EB: hue angle of 287.38º 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 #C228EB is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 40 | 235 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.08 |
| HSL | 287.38º | 0.83% | 0.54% | - |
| HSV(B) | 287.38º | 0.83% | 0.92% | - |
| XYZ | 38 | 18.99 | 80.26 | - |
| YUV | 108.28 | 199.52 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 235 | 0.17 | 0.83 | 0 | 0.08 | 287.38 | 0.83 | 0.54 |
| Hex | C2 | 28 | EB | 11 | 53 | 0 | 8 | 11F | 53 | 36 |
| Octal | 302 | 50 | 353 | 21 | 123 | 0 | 10 | 437 | 123 | 66 |
| Binary | 11000010 | 101000 | 11101011 | 10001 | 1010011 | 0 | 1000 | 100011111 | 1010011 | 110110 |
Color Harmonies of #C228EB
Complementary color
Monochromatic Colors of #C228EB
Black with #C228EB
Text Example
Text Example
White with #C228EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228EB; }
p { color: rgb(194,40,235); }
H1.HeaderClassName
{
color: #C228EB;
}
.AnyTagClassName
{
color: #C228EB;
}
</style>
background-color css
<style>
a { background-color: #C228EB; }
a { background-color: rgb(194,40,235); }
div.DivClassName
{
background-color: #C228EB;
}
.BgClassName
{
background-color: #C228EB;
}
</style>
border-color css
<style>
span { border-color: #C228EB; }
span { border-color: rgb(194,40,235); }
td.TdClassName
{
border-color: #C228EB;
}
.TagClassName
{
border-color: #C228EB;
}
</style>