Shades of Electric Purple #C323ED
Tints of Electric Purple #C323ED
RGB
CMYK
RGB Variations
Color information
#C323ED (or 0xC323ED) is known color: Electric Purple. HEX triplet: C3, 23 and ED. RGB value is (195,35,237). Sum of RGB (Red+Green+Blue) = 195+35+237=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #C323ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323ED is #3CDC12. Grayscale: #696969. Windows color (decimal): -3988499 or 15541187. OLE color: 15541187.
HSL color Cylindrical-coordinate representation of color #C323ED: hue angle of 287.52º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C323ED is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 35 | 237 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.07 |
| HSL | 287.52º | 0.85% | 0.53% | - |
| HSV(B) | 287.52º | 0.85% | 0.93% | - |
| XYZ | 38.39 | 18.92 | 81.75 | - |
| YUV | 105.87 | 202.01 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 237 | 0.18 | 0.85 | 0 | 0.07 | 287.52 | 0.85 | 0.53 |
| Hex | C3 | 23 | ED | 12 | 55 | 0 | 7 | 120 | 55 | 35 |
| Octal | 303 | 43 | 355 | 22 | 125 | 0 | 7 | 440 | 125 | 65 |
| Binary | 11000011 | 100011 | 11101101 | 10010 | 1010101 | 0 | 111 | 100100000 | 1010101 | 110101 |
Color Harmonies of #C323ED
Complementary color
Monochromatic Colors of #C323ED
Black with #C323ED
Text Example
Text Example
White with #C323ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323ED; }
p { color: rgb(195,35,237); }
H1.HeaderClassName
{
color: #C323ED;
}
.AnyTagClassName
{
color: #C323ED;
}
</style>
background-color css
<style>
a { background-color: #C323ED; }
a { background-color: rgb(195,35,237); }
div.DivClassName
{
background-color: #C323ED;
}
.BgClassName
{
background-color: #C323ED;
}
</style>
border-color css
<style>
span { border-color: #C323ED; }
span { border-color: rgb(195,35,237); }
td.TdClassName
{
border-color: #C323ED;
}
.TagClassName
{
border-color: #C323ED;
}
</style>