Shades of Electric Purple #C223FD
Tints of Electric Purple #C223FD
RGB
CMYK
RGB Variations
Color information
#C223FD (or 0xC223FD) is known color: Electric Purple. HEX triplet: C2, 23 and FD. RGB value is (194,35,253). Sum of RGB (Red+Green+Blue) = 194+35+253=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 35 (14.06% from 255 or 7.26% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #C223FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C223FD is #3DDC02. Grayscale: #6A6A6A. Windows color (decimal): -4054019 or 16589762. OLE color: 16589762.
HSL color Cylindrical-coordinate representation of color #C223FD: hue angle of 283.76º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C223FD is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 35 | 253 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.01 |
| HSL | 283.76º | 0.98% | 0.56% | - |
| HSV(B) | 283.76º | 0.86% | 0.99% | - |
| XYZ | 40.58 | 19.76 | 94.6 | - |
| YUV | 107.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 253 | 0.23 | 0.86 | 0 | 0.01 | 283.76 | 0.98 | 0.56 |
| Hex | C2 | 23 | FD | 17 | 56 | 0 | 1 | 11C | 62 | 38 |
| Octal | 302 | 43 | 375 | 27 | 126 | 0 | 1 | 434 | 142 | 70 |
| Binary | 11000010 | 100011 | 11111101 | 10111 | 1010110 | 0 | 1 | 100011100 | 1100010 | 111000 |
Color Harmonies of #C223FD
Complementary color
Monochromatic Colors of #C223FD
Black with #C223FD
Text Example
Text Example
White with #C223FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C223FD; }
p { color: rgb(194,35,253); }
H1.HeaderClassName
{
color: #C223FD;
}
.AnyTagClassName
{
color: #C223FD;
}
</style>
background-color css
<style>
a { background-color: #C223FD; }
a { background-color: rgb(194,35,253); }
div.DivClassName
{
background-color: #C223FD;
}
.BgClassName
{
background-color: #C223FD;
}
</style>
border-color css
<style>
span { border-color: #C223FD; }
span { border-color: rgb(194,35,253); }
td.TdClassName
{
border-color: #C223FD;
}
.TagClassName
{
border-color: #C223FD;
}
</style>