Shades of Electric Purple #C30BFD
Tints of Electric Purple #C30BFD
RGB
CMYK
RGB Variations
Color information
#C30BFD (or 0xC30BFD) is known color: Electric Purple. HEX triplet: C3, 0B and FD. RGB value is (195,11,253). Sum of RGB (Red+Green+Blue) = 195+11+253=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #C30BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30BFD is #3CF402. Grayscale: #5C5C5C. Windows color (decimal): -3994627 or 16583619. OLE color: 16583619.
HSL color Cylindrical-coordinate representation of color #C30BFD: hue angle of 285.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30BFD is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 11 | 253 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.01 |
| HSL | 285.62º | 0.98% | 0.52% | - |
| HSV(B) | 285.62º | 0.96% | 0.99% | - |
| XYZ | 40.35 | 18.93 | 94.46 | - |
| YUV | 93.6 | 217.96 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 253 | 0.23 | 0.96 | 0 | 0.01 | 285.62 | 0.98 | 0.52 |
| Hex | C3 | B | FD | 17 | 60 | 0 | 1 | 11E | 62 | 34 |
| Octal | 303 | 13 | 375 | 27 | 140 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000011 | 1011 | 11111101 | 10111 | 1100000 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C30BFD
Complementary color
Monochromatic Colors of #C30BFD
Black with #C30BFD
Text Example
Text Example
White with #C30BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BFD; }
p { color: rgb(195,11,253); }
H1.HeaderClassName
{
color: #C30BFD;
}
.AnyTagClassName
{
color: #C30BFD;
}
</style>
background-color css
<style>
a { background-color: #C30BFD; }
a { background-color: rgb(195,11,253); }
div.DivClassName
{
background-color: #C30BFD;
}
.BgClassName
{
background-color: #C30BFD;
}
</style>
border-color css
<style>
span { border-color: #C30BFD; }
span { border-color: rgb(195,11,253); }
td.TdClassName
{
border-color: #C30BFD;
}
.TagClassName
{
border-color: #C30BFD;
}
</style>