Shades of Electric Purple #C835FC
Tints of Electric Purple #C835FC
RGB
CMYK
RGB Variations
Color information
#C835FC (or 0xC835FC) is known color: Electric Purple. HEX triplet: C8, 35 and FC. RGB value is (200,53,252). Sum of RGB (Red+Green+Blue) = 200+53+252=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 53 (21.09% from 255 or 10.50% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #C835FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C835FC is #37CA03. Grayscale: #767676. Windows color (decimal): -3656196 or 16528840. OLE color: 16528840.
HSL color Cylindrical-coordinate representation of color #C835FC: hue angle of 284.32º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C835FC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 53 | 252 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.01 |
| HSL | 284.32º | 0.97% | 0.6% | - |
| HSV(B) | 284.32º | 0.79% | 0.99% | - |
| XYZ | 42.66 | 21.85 | 94.07 | - |
| YUV | 119.64 | 202.7 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 252 | 0.21 | 0.79 | 0 | 0.01 | 284.32 | 0.97 | 0.6 |
| Hex | C8 | 35 | FC | 15 | 4F | 0 | 1 | 11C | 61 | 3C |
| Octal | 310 | 65 | 374 | 25 | 117 | 0 | 1 | 434 | 141 | 74 |
| Binary | 11001000 | 110101 | 11111100 | 10101 | 1001111 | 0 | 1 | 100011100 | 1100001 | 111100 |
Color Harmonies of #C835FC
Complementary color
Monochromatic Colors of #C835FC
Black with #C835FC
Text Example
Text Example
White with #C835FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835FC; }
p { color: rgb(200,53,252); }
H1.HeaderClassName
{
color: #C835FC;
}
.AnyTagClassName
{
color: #C835FC;
}
</style>
background-color css
<style>
a { background-color: #C835FC; }
a { background-color: rgb(200,53,252); }
div.DivClassName
{
background-color: #C835FC;
}
.BgClassName
{
background-color: #C835FC;
}
</style>
border-color css
<style>
span { border-color: #C835FC; }
span { border-color: rgb(200,53,252); }
td.TdClassName
{
border-color: #C835FC;
}
.TagClassName
{
border-color: #C835FC;
}
</style>