Shades of Electric Purple #C308FD
Tints of Electric Purple #C308FD
RGB
CMYK
RGB Variations
Color information
#C308FD (or 0xC308FD) is known color: Electric Purple. HEX triplet: C3, 08 and FD. RGB value is (195,8,253). Sum of RGB (Red+Green+Blue) = 195+8+253=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #C308FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C308FD is #3CF702. Grayscale: #5B5B5B. Windows color (decimal): -3995395 or 16582851. OLE color: 16582851.
HSL color Cylindrical-coordinate representation of color #C308FD: hue angle of 285.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C308FD is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 8 | 253 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.01 |
| HSL | 285.8º | 0.98% | 0.51% | - |
| HSV(B) | 285.8º | 0.97% | 0.99% | - |
| XYZ | 40.32 | 18.87 | 94.45 | - |
| YUV | 91.84 | 218.95 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 253 | 0.23 | 0.97 | 0 | 0.01 | 285.8 | 0.98 | 0.51 |
| Hex | C3 | 8 | FD | 17 | 61 | 0 | 1 | 11E | 62 | 33 |
| Octal | 303 | 10 | 375 | 27 | 141 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000011 | 1000 | 11111101 | 10111 | 1100001 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C308FD
Complementary color
Monochromatic Colors of #C308FD
Black with #C308FD
Text Example
Text Example
White with #C308FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C308FD; }
p { color: rgb(195,8,253); }
H1.HeaderClassName
{
color: #C308FD;
}
.AnyTagClassName
{
color: #C308FD;
}
</style>
background-color css
<style>
a { background-color: #C308FD; }
a { background-color: rgb(195,8,253); }
div.DivClassName
{
background-color: #C308FD;
}
.BgClassName
{
background-color: #C308FD;
}
</style>
border-color css
<style>
span { border-color: #C308FD; }
span { border-color: rgb(195,8,253); }
td.TdClassName
{
border-color: #C308FD;
}
.TagClassName
{
border-color: #C308FD;
}
</style>