Shades of Electric Purple #C00AFD
Tints of Electric Purple #C00AFD
RGB
CMYK
RGB Variations
Color information
#C00AFD (or 0xC00AFD) is known color: Electric Purple. HEX triplet: C0, 0A and FD. RGB value is (192,10,253). Sum of RGB (Red+Green+Blue) = 192+10+253=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #C00AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00AFD is #3FF502. Grayscale: #5B5B5B. Windows color (decimal): -4191491 or 16583360. OLE color: 16583360.
HSL color Cylindrical-coordinate representation of color #C00AFD: hue angle of 284.94º 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 #C00AFD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 10 | 253 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.01 |
| HSL | 284.94º | 0.98% | 0.52% | - |
| HSV(B) | 284.94º | 0.96% | 0.99% | - |
| XYZ | 39.58 | 18.52 | 94.42 | - |
| YUV | 92.12 | 218.8 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 253 | 0.24 | 0.96 | 0 | 0.01 | 284.94 | 0.98 | 0.52 |
| Hex | C0 | A | FD | 18 | 60 | 0 | 1 | 11D | 62 | 34 |
| Octal | 300 | 12 | 375 | 30 | 140 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000000 | 1010 | 11111101 | 11000 | 1100000 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C00AFD
Complementary color
Monochromatic Colors of #C00AFD
Black with #C00AFD
Text Example
Text Example
White with #C00AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00AFD; }
p { color: rgb(192,10,253); }
H1.HeaderClassName
{
color: #C00AFD;
}
.AnyTagClassName
{
color: #C00AFD;
}
</style>
background-color css
<style>
a { background-color: #C00AFD; }
a { background-color: rgb(192,10,253); }
div.DivClassName
{
background-color: #C00AFD;
}
.BgClassName
{
background-color: #C00AFD;
}
</style>
border-color css
<style>
span { border-color: #C00AFD; }
span { border-color: rgb(192,10,253); }
td.TdClassName
{
border-color: #C00AFD;
}
.TagClassName
{
border-color: #C00AFD;
}
</style>