Shades of Electric Purple #C235FF
Tints of Electric Purple #C235FF
RGB
CMYK
RGB Variations
Color information
#C235FF (or 0xC235FF) is known color: Electric Purple. HEX triplet: C2, 35 and FF. RGB value is (194,53,255). Sum of RGB (Red+Green+Blue) = 194+53+255=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 53 (21.09% from 255 or 10.56% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #C235FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235FF is #3DCA00. Grayscale: #757575. Windows color (decimal): -4049409 or 16725442. OLE color: 16725442.
HSL color Cylindrical-coordinate representation of color #C235FF: hue angle of 281.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C235FF is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 53 | 255 | - |
| CMYK | 0.24 | 0.79 | 0 | 0 |
| HSL | 281.88º | 1% | 0.6% | - |
| HSV(B) | 281.88º | 0.79% | 1% | - |
| XYZ | 41.57 | 21.24 | 96.52 | - |
| YUV | 118.19 | 205.21 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 255 | 0.24 | 0.79 | 0 | 0 | 281.88 | 1 | 0.6 |
| Hex | C2 | 35 | FF | 18 | 4F | 0 | 0 | 11A | 64 | 3C |
| Octal | 302 | 65 | 377 | 30 | 117 | 0 | 0 | 432 | 144 | 74 |
| Binary | 11000010 | 110101 | 11111111 | 11000 | 1001111 | 0 | 0 | 100011010 | 1100100 | 111100 |
Color Harmonies of #C235FF
Complementary color
Monochromatic Colors of #C235FF
Black with #C235FF
Text Example
Text Example
White with #C235FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235FF; }
p { color: rgb(194,53,255); }
H1.HeaderClassName
{
color: #C235FF;
}
.AnyTagClassName
{
color: #C235FF;
}
</style>
background-color css
<style>
a { background-color: #C235FF; }
a { background-color: rgb(194,53,255); }
div.DivClassName
{
background-color: #C235FF;
}
.BgClassName
{
background-color: #C235FF;
}
</style>
border-color css
<style>
span { border-color: #C235FF; }
span { border-color: rgb(194,53,255); }
td.TdClassName
{
border-color: #C235FF;
}
.TagClassName
{
border-color: #C235FF;
}
</style>