Shades of Electric Purple #C305FD
Tints of Electric Purple #C305FD
RGB
CMYK
RGB Variations
Color information
#C305FD (or 0xC305FD) is known color: Electric Purple. HEX triplet: C3, 05 and FD. RGB value is (195,5,253). Sum of RGB (Red+Green+Blue) = 195+5+253=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #C305FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C305FD is #3CFA02. Grayscale: #595959. Windows color (decimal): -3996163 or 16582083. OLE color: 16582083.
HSL color Cylindrical-coordinate representation of color #C305FD: hue angle of 285.97º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C305FD is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 5 | 253 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.01 |
| HSL | 285.97º | 0.98% | 0.51% | - |
| HSV(B) | 285.97º | 0.98% | 0.99% | - |
| XYZ | 40.29 | 18.8 | 94.43 | - |
| YUV | 90.08 | 219.95 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 253 | 0.23 | 0.98 | 0 | 0.01 | 285.97 | 0.98 | 0.51 |
| Hex | C3 | 5 | FD | 17 | 62 | 0 | 1 | 11E | 62 | 33 |
| Octal | 303 | 5 | 375 | 27 | 142 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000011 | 101 | 11111101 | 10111 | 1100010 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C305FD
Complementary color
Monochromatic Colors of #C305FD
Black with #C305FD
Text Example
Text Example
White with #C305FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305FD; }
p { color: rgb(195,5,253); }
H1.HeaderClassName
{
color: #C305FD;
}
.AnyTagClassName
{
color: #C305FD;
}
</style>
background-color css
<style>
a { background-color: #C305FD; }
a { background-color: rgb(195,5,253); }
div.DivClassName
{
background-color: #C305FD;
}
.BgClassName
{
background-color: #C305FD;
}
</style>
border-color css
<style>
span { border-color: #C305FD; }
span { border-color: rgb(195,5,253); }
td.TdClassName
{
border-color: #C305FD;
}
.TagClassName
{
border-color: #C305FD;
}
</style>