Shades of Electric Purple #C322EE
Tints of Electric Purple #C322EE
RGB
CMYK
RGB Variations
Color information
#C322EE (or 0xC322EE) is known color: Electric Purple. HEX triplet: C3, 22 and EE. RGB value is (195,34,238). Sum of RGB (Red+Green+Blue) = 195+34+238=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #C322EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C322EE is #3CDD11. Grayscale: #686868. Windows color (decimal): -3988754 or 15606467. OLE color: 15606467.
HSL color Cylindrical-coordinate representation of color #C322EE: hue angle of 287.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C322EE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 34 | 238 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.07 |
| HSL | 287.35º | 0.86% | 0.53% | - |
| HSV(B) | 287.35º | 0.86% | 0.93% | - |
| XYZ | 38.51 | 18.92 | 82.51 | - |
| YUV | 105.4 | 202.84 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 238 | 0.18 | 0.86 | 0 | 0.07 | 287.35 | 0.86 | 0.53 |
| Hex | C3 | 22 | EE | 12 | 56 | 0 | 7 | 11F | 56 | 35 |
| Octal | 303 | 42 | 356 | 22 | 126 | 0 | 7 | 437 | 126 | 65 |
| Binary | 11000011 | 100010 | 11101110 | 10010 | 1010110 | 0 | 111 | 100011111 | 1010110 | 110101 |
Color Harmonies of #C322EE
Complementary color
Monochromatic Colors of #C322EE
Black with #C322EE
Text Example
Text Example
White with #C322EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322EE; }
p { color: rgb(195,34,238); }
H1.HeaderClassName
{
color: #C322EE;
}
.AnyTagClassName
{
color: #C322EE;
}
</style>
background-color css
<style>
a { background-color: #C322EE; }
a { background-color: rgb(195,34,238); }
div.DivClassName
{
background-color: #C322EE;
}
.BgClassName
{
background-color: #C322EE;
}
</style>
border-color css
<style>
span { border-color: #C322EE; }
span { border-color: rgb(195,34,238); }
td.TdClassName
{
border-color: #C322EE;
}
.TagClassName
{
border-color: #C322EE;
}
</style>