Shades of Electric Purple #C225FE
Tints of Electric Purple #C225FE
RGB
CMYK
RGB Variations
Color information
#C225FE (or 0xC225FE) is known color: Electric Purple. HEX triplet: C2, 25 and FE. RGB value is (194,37,254). Sum of RGB (Red+Green+Blue) = 194+37+254=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #C225FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C225FE is #3DDA01. Grayscale: #6B6B6B. Windows color (decimal): -4053506 or 16655810. OLE color: 16655810.
HSL color Cylindrical-coordinate representation of color #C225FE: hue angle of 283.41º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C225FE is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 37 | 254 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.00 |
| HSL | 283.41º | 0.99% | 0.57% | - |
| HSV(B) | 283.41º | 0.85% | 1% | - |
| XYZ | 40.8 | 19.95 | 95.47 | - |
| YUV | 108.68 | 210.01 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 254 | 0.24 | 0.85 | 0 | 0.00 | 283.41 | 0.99 | 0.57 |
| Hex | C2 | 25 | FE | 18 | 55 | 0 | 0 | 11B | 63 | 39 |
| Octal | 302 | 45 | 376 | 30 | 125 | 0 | 0 | 433 | 143 | 71 |
| Binary | 11000010 | 100101 | 11111110 | 11000 | 1010101 | 0 | 0 | 100011011 | 1100011 | 111001 |
Color Harmonies of #C225FE
Complementary color
Monochromatic Colors of #C225FE
Black with #C225FE
Text Example
Text Example
White with #C225FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C225FE; }
p { color: rgb(194,37,254); }
H1.HeaderClassName
{
color: #C225FE;
}
.AnyTagClassName
{
color: #C225FE;
}
</style>
background-color css
<style>
a { background-color: #C225FE; }
a { background-color: rgb(194,37,254); }
div.DivClassName
{
background-color: #C225FE;
}
.BgClassName
{
background-color: #C225FE;
}
</style>
border-color css
<style>
span { border-color: #C225FE; }
span { border-color: rgb(194,37,254); }
td.TdClassName
{
border-color: #C225FE;
}
.TagClassName
{
border-color: #C225FE;
}
</style>