Shades of Electric Purple #C30BFE
Tints of Electric Purple #C30BFE
RGB
CMYK
RGB Variations
Color information
#C30BFE (or 0xC30BFE) is known color: Electric Purple. HEX triplet: C3, 0B and FE. RGB value is (195,11,254). Sum of RGB (Red+Green+Blue) = 195+11+254=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #C30BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30BFE is #3CF401. Grayscale: #5C5C5C. Windows color (decimal): -3994626 or 16649155. OLE color: 16649155.
HSL color Cylindrical-coordinate representation of color #C30BFE: hue angle of 285.43º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30BFE is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 11 | 254 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.00 |
| HSL | 285.43º | 0.99% | 0.52% | - |
| HSV(B) | 285.43º | 0.96% | 1% | - |
| XYZ | 40.51 | 19 | 95.3 | - |
| YUV | 93.72 | 218.46 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 254 | 0.23 | 0.96 | 0 | 0.00 | 285.43 | 0.99 | 0.52 |
| Hex | C3 | B | FE | 17 | 60 | 0 | 0 | 11D | 63 | 34 |
| Octal | 303 | 13 | 376 | 27 | 140 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000011 | 1011 | 11111110 | 10111 | 1100000 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C30BFE
Complementary color
Monochromatic Colors of #C30BFE
Black with #C30BFE
Text Example
Text Example
White with #C30BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BFE; }
p { color: rgb(195,11,254); }
H1.HeaderClassName
{
color: #C30BFE;
}
.AnyTagClassName
{
color: #C30BFE;
}
</style>
background-color css
<style>
a { background-color: #C30BFE; }
a { background-color: rgb(195,11,254); }
div.DivClassName
{
background-color: #C30BFE;
}
.BgClassName
{
background-color: #C30BFE;
}
</style>
border-color css
<style>
span { border-color: #C30BFE; }
span { border-color: rgb(195,11,254); }
td.TdClassName
{
border-color: #C30BFE;
}
.TagClassName
{
border-color: #C30BFE;
}
</style>