Shades of Electric Purple #C10BFD
Tints of Electric Purple #C10BFD
RGB
CMYK
RGB Variations
Color information
#C10BFD (or 0xC10BFD) is known color: Electric Purple. HEX triplet: C1, 0B and FD. RGB value is (193,11,253). Sum of RGB (Red+Green+Blue) = 193+11+253=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #C10BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10BFD is #3EF402. Grayscale: #5C5C5C. Windows color (decimal): -4125699 or 16583617. OLE color: 16583617.
HSL color Cylindrical-coordinate representation of color #C10BFD: hue angle of 285.12º 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 #C10BFD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 11 | 253 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.01 |
| HSL | 285.12º | 0.98% | 0.52% | - |
| HSV(B) | 285.12º | 0.96% | 0.99% | - |
| XYZ | 39.84 | 18.67 | 94.43 | - |
| YUV | 93.01 | 218.3 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 253 | 0.24 | 0.96 | 0 | 0.01 | 285.12 | 0.98 | 0.52 |
| Hex | C1 | B | FD | 18 | 60 | 0 | 1 | 11D | 62 | 34 |
| Octal | 301 | 13 | 375 | 30 | 140 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000001 | 1011 | 11111101 | 11000 | 1100000 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C10BFD
Complementary color
Monochromatic Colors of #C10BFD
Black with #C10BFD
Text Example
Text Example
White with #C10BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BFD; }
p { color: rgb(193,11,253); }
H1.HeaderClassName
{
color: #C10BFD;
}
.AnyTagClassName
{
color: #C10BFD;
}
</style>
background-color css
<style>
a { background-color: #C10BFD; }
a { background-color: rgb(193,11,253); }
div.DivClassName
{
background-color: #C10BFD;
}
.BgClassName
{
background-color: #C10BFD;
}
</style>
border-color css
<style>
span { border-color: #C10BFD; }
span { border-color: rgb(193,11,253); }
td.TdClassName
{
border-color: #C10BFD;
}
.TagClassName
{
border-color: #C10BFD;
}
</style>