Shades of Electric Purple #C236FF
Tints of Electric Purple #C236FF
RGB
CMYK
RGB Variations
Color information
#C236FF (or 0xC236FF) is known color: Electric Purple. HEX triplet: C2, 36 and FF. RGB value is (194,54,255). Sum of RGB (Red+Green+Blue) = 194+54+255=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 54 (21.48% from 255 or 10.74% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #C236FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C236FF is #3DC900. Grayscale: #767676. Windows color (decimal): -4049153 or 16725698. OLE color: 16725698.
HSL color Cylindrical-coordinate representation of color #C236FF: hue angle of 281.79º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C236FF is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 54 | 255 | - |
| CMYK | 0.24 | 0.79 | 0 | 0 |
| HSL | 281.79º | 1% | 0.61% | - |
| HSV(B) | 281.79º | 0.79% | 1% | - |
| XYZ | 41.62 | 21.33 | 96.53 | - |
| YUV | 118.77 | 204.88 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 255 | 0.24 | 0.79 | 0 | 0 | 281.79 | 1 | 0.61 |
| Hex | C2 | 36 | FF | 18 | 4F | 0 | 0 | 11A | 64 | 3D |
| Octal | 302 | 66 | 377 | 30 | 117 | 0 | 0 | 432 | 144 | 75 |
| Binary | 11000010 | 110110 | 11111111 | 11000 | 1001111 | 0 | 0 | 100011010 | 1100100 | 111101 |
Color Harmonies of #C236FF
Complementary color
Monochromatic Colors of #C236FF
Black with #C236FF
Text Example
Text Example
White with #C236FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236FF; }
p { color: rgb(194,54,255); }
H1.HeaderClassName
{
color: #C236FF;
}
.AnyTagClassName
{
color: #C236FF;
}
</style>
background-color css
<style>
a { background-color: #C236FF; }
a { background-color: rgb(194,54,255); }
div.DivClassName
{
background-color: #C236FF;
}
.BgClassName
{
background-color: #C236FF;
}
</style>
border-color css
<style>
span { border-color: #C236FF; }
span { border-color: rgb(194,54,255); }
td.TdClassName
{
border-color: #C236FF;
}
.TagClassName
{
border-color: #C236FF;
}
</style>