Shades of Electric Purple #C305ED
Tints of Electric Purple #C305ED
RGB
CMYK
RGB Variations
Color information
#C305ED (or 0xC305ED) is known color: Electric Purple. HEX triplet: C3, 05 and ED. RGB value is (195,5,237). Sum of RGB (Red+Green+Blue) = 195+5+237=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 5 (2.34% from 255 or 1.14% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #C305ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C305ED is #3CFA12. Grayscale: #575757. Windows color (decimal): -3996179 or 15533507. OLE color: 15533507.
HSL color Cylindrical-coordinate representation of color #C305ED: hue angle of 289.14º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C305ED is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 5 | 237 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.07 |
| HSL | 289.14º | 0.96% | 0.47% | - |
| HSV(B) | 289.14º | 0.98% | 0.93% | - |
| XYZ | 37.85 | 17.83 | 81.57 | - |
| YUV | 88.26 | 211.95 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 237 | 0.18 | 0.98 | 0 | 0.07 | 289.14 | 0.96 | 0.47 |
| Hex | C3 | 5 | ED | 12 | 62 | 0 | 7 | 121 | 60 | 2F |
| Octal | 303 | 5 | 355 | 22 | 142 | 0 | 7 | 441 | 140 | 57 |
| Binary | 11000011 | 101 | 11101101 | 10010 | 1100010 | 0 | 111 | 100100001 | 1100000 | 101111 |
Color Harmonies of #C305ED
Complementary color
Monochromatic Colors of #C305ED
Black with #C305ED
Text Example
Text Example
White with #C305ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305ED; }
p { color: rgb(195,5,237); }
H1.HeaderClassName
{
color: #C305ED;
}
.AnyTagClassName
{
color: #C305ED;
}
</style>
background-color css
<style>
a { background-color: #C305ED; }
a { background-color: rgb(195,5,237); }
div.DivClassName
{
background-color: #C305ED;
}
.BgClassName
{
background-color: #C305ED;
}
</style>
border-color css
<style>
span { border-color: #C305ED; }
span { border-color: rgb(195,5,237); }
td.TdClassName
{
border-color: #C305ED;
}
.TagClassName
{
border-color: #C305ED;
}
</style>