Shades of Electric Purple #C823F4
Tints of Electric Purple #C823F4
RGB
CMYK
RGB Variations
Color information
#C823F4 (or 0xC823F4) is known color: Electric Purple. HEX triplet: C8, 23 and F4. RGB value is (200,35,244). Sum of RGB (Red+Green+Blue) = 200+35+244=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #C823F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C823F4 is #37DC0B. Grayscale: #6B6B6B. Windows color (decimal): -3660812 or 15999944. OLE color: 15999944.
HSL color Cylindrical-coordinate representation of color #C823F4: hue angle of 287.37º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C823F4 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 35 | 244 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.04 |
| HSL | 287.37º | 0.9% | 0.55% | - |
| HSV(B) | 287.37º | 0.86% | 0.96% | - |
| XYZ | 40.75 | 20.01 | 87.3 | - |
| YUV | 108.16 | 204.66 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 244 | 0.18 | 0.86 | 0 | 0.04 | 287.37 | 0.9 | 0.55 |
| Hex | C8 | 23 | F4 | 12 | 56 | 0 | 4 | 11F | 5A | 37 |
| Octal | 310 | 43 | 364 | 22 | 126 | 0 | 4 | 437 | 132 | 67 |
| Binary | 11001000 | 100011 | 11110100 | 10010 | 1010110 | 0 | 100 | 100011111 | 1011010 | 110111 |
Color Harmonies of #C823F4
Complementary color
Monochromatic Colors of #C823F4
Black with #C823F4
Text Example
Text Example
White with #C823F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C823F4; }
p { color: rgb(200,35,244); }
H1.HeaderClassName
{
color: #C823F4;
}
.AnyTagClassName
{
color: #C823F4;
}
</style>
background-color css
<style>
a { background-color: #C823F4; }
a { background-color: rgb(200,35,244); }
div.DivClassName
{
background-color: #C823F4;
}
.BgClassName
{
background-color: #C823F4;
}
</style>
border-color css
<style>
span { border-color: #C823F4; }
span { border-color: rgb(200,35,244); }
td.TdClassName
{
border-color: #C823F4;
}
.TagClassName
{
border-color: #C823F4;
}
</style>