Shades of Electric Purple #C205E7
Tints of Electric Purple #C205E7
RGB
CMYK
RGB Variations
Color information
#C205E7 (or 0xC205E7) is known color: Electric Purple. HEX triplet: C2, 05 and E7. RGB value is (194,5,231). Sum of RGB (Red+Green+Blue) = 194+5+231=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #C205E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C205E7 is #3DFA18. Grayscale: #565656. Windows color (decimal): -4061721 or 15140290. OLE color: 15140290.
HSL color Cylindrical-coordinate representation of color #C205E7: hue angle of 290.18º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C205E7 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 5 | 231 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.09 |
| HSL | 290.18º | 0.96% | 0.46% | - |
| HSV(B) | 290.18º | 0.98% | 0.91% | - |
| XYZ | 36.73 | 17.35 | 77.01 | - |
| YUV | 87.28 | 209.12 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 231 | 0.16 | 0.98 | 0 | 0.09 | 290.18 | 0.96 | 0.46 |
| Hex | C2 | 5 | E7 | 10 | 62 | 0 | 9 | 122 | 60 | 2E |
| Octal | 302 | 5 | 347 | 20 | 142 | 0 | 11 | 442 | 140 | 56 |
| Binary | 11000010 | 101 | 11100111 | 10000 | 1100010 | 0 | 1001 | 100100010 | 1100000 | 101110 |
Color Harmonies of #C205E7
Complementary color
Monochromatic Colors of #C205E7
Black with #C205E7
Text Example
Text Example
White with #C205E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C205E7; }
p { color: rgb(194,5,231); }
H1.HeaderClassName
{
color: #C205E7;
}
.AnyTagClassName
{
color: #C205E7;
}
</style>
background-color css
<style>
a { background-color: #C205E7; }
a { background-color: rgb(194,5,231); }
div.DivClassName
{
background-color: #C205E7;
}
.BgClassName
{
background-color: #C205E7;
}
</style>
border-color css
<style>
span { border-color: #C205E7; }
span { border-color: rgb(194,5,231); }
td.TdClassName
{
border-color: #C205E7;
}
.TagClassName
{
border-color: #C205E7;
}
</style>