Shades of Electric Purple #C308FF
Tints of Electric Purple #C308FF
RGB
CMYK
RGB Variations
Color information
#C308FF (or 0xC308FF) is known color: Electric Purple. HEX triplet: C3, 08 and FF. RGB value is (195,8,255). Sum of RGB (Red+Green+Blue) = 195+8+255=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 8 (3.52% from 255 or 1.75% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #C308FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C308FF is #3CF700. Grayscale: #5B5B5B. Windows color (decimal): -3995393 or 16713923. OLE color: 16713923.
HSL color Cylindrical-coordinate representation of color #C308FF: hue angle of 285.43º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C308FF is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 8 | 255 | - |
| CMYK | 0.24 | 0.97 | 0 | 0 |
| HSL | 285.43º | 1% | 0.52% | - |
| HSV(B) | 285.43º | 0.97% | 1% | - |
| XYZ | 40.64 | 19 | 96.13 | - |
| YUV | 92.07 | 219.95 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 255 | 0.24 | 0.97 | 0 | 0 | 285.43 | 1 | 0.52 |
| Hex | C3 | 8 | FF | 18 | 61 | 0 | 0 | 11D | 64 | 34 |
| Octal | 303 | 10 | 377 | 30 | 141 | 0 | 0 | 435 | 144 | 64 |
| Binary | 11000011 | 1000 | 11111111 | 11000 | 1100001 | 0 | 0 | 100011101 | 1100100 | 110100 |
Color Harmonies of #C308FF
Complementary color
Monochromatic Colors of #C308FF
Black with #C308FF
Text Example
Text Example
White with #C308FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C308FF; }
p { color: rgb(195,8,255); }
H1.HeaderClassName
{
color: #C308FF;
}
.AnyTagClassName
{
color: #C308FF;
}
</style>
background-color css
<style>
a { background-color: #C308FF; }
a { background-color: rgb(195,8,255); }
div.DivClassName
{
background-color: #C308FF;
}
.BgClassName
{
background-color: #C308FF;
}
</style>
border-color css
<style>
span { border-color: #C308FF; }
span { border-color: rgb(195,8,255); }
td.TdClassName
{
border-color: #C308FF;
}
.TagClassName
{
border-color: #C308FF;
}
</style>