Shades of Electric Purple #C305E8
Tints of Electric Purple #C305E8
RGB
CMYK
RGB Variations
Color information
#C305E8 (or 0xC305E8) is known color: Electric Purple. HEX triplet: C3, 05 and E8. RGB value is (195,5,232). Sum of RGB (Red+Green+Blue) = 195+5+232=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #C305E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C305E8 is #3CFA17. Grayscale: #565656. Windows color (decimal): -3996184 or 15205827. OLE color: 15205827.
HSL color Cylindrical-coordinate representation of color #C305E8: hue angle of 290.22º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C305E8 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 5 | 232 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.09 |
| HSL | 290.22º | 0.96% | 0.46% | - |
| HSV(B) | 290.22º | 0.98% | 0.91% | - |
| XYZ | 37.13 | 17.54 | 77.77 | - |
| YUV | 87.69 | 209.45 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 232 | 0.16 | 0.98 | 0 | 0.09 | 290.22 | 0.96 | 0.46 |
| Hex | C3 | 5 | E8 | 10 | 62 | 0 | 9 | 122 | 60 | 2E |
| Octal | 303 | 5 | 350 | 20 | 142 | 0 | 11 | 442 | 140 | 56 |
| Binary | 11000011 | 101 | 11101000 | 10000 | 1100010 | 0 | 1001 | 100100010 | 1100000 | 101110 |
Color Harmonies of #C305E8
Complementary color
Monochromatic Colors of #C305E8
Black with #C305E8
Text Example
Text Example
White with #C305E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305E8; }
p { color: rgb(195,5,232); }
H1.HeaderClassName
{
color: #C305E8;
}
.AnyTagClassName
{
color: #C305E8;
}
</style>
background-color css
<style>
a { background-color: #C305E8; }
a { background-color: rgb(195,5,232); }
div.DivClassName
{
background-color: #C305E8;
}
.BgClassName
{
background-color: #C305E8;
}
</style>
border-color css
<style>
span { border-color: #C305E8; }
span { border-color: rgb(195,5,232); }
td.TdClassName
{
border-color: #C305E8;
}
.TagClassName
{
border-color: #C305E8;
}
</style>