Shades of Electric Purple #C81CF6
Tints of Electric Purple #C81CF6
RGB
CMYK
RGB Variations
Color information
#C81CF6 (or 0xC81CF6) is known color: Electric Purple. HEX triplet: C8, 1C and F6. RGB value is (200,28,246). Sum of RGB (Red+Green+Blue) = 200+28+246=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #C81CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CF6 is #37E309. Grayscale: #676767. Windows color (decimal): -3662602 or 16129224. OLE color: 16129224.
HSL color Cylindrical-coordinate representation of color #C81CF6: hue angle of 287.34º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81CF6 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 28 | 246 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.04 |
| HSL | 287.34º | 0.92% | 0.54% | - |
| HSV(B) | 287.34º | 0.89% | 0.96% | - |
| XYZ | 40.87 | 19.76 | 88.85 | - |
| YUV | 104.28 | 207.98 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 246 | 0.19 | 0.89 | 0 | 0.04 | 287.34 | 0.92 | 0.54 |
| Hex | C8 | 1C | F6 | 13 | 59 | 0 | 4 | 11F | 5C | 36 |
| Octal | 310 | 34 | 366 | 23 | 131 | 0 | 4 | 437 | 134 | 66 |
| Binary | 11001000 | 11100 | 11110110 | 10011 | 1011001 | 0 | 100 | 100011111 | 1011100 | 110110 |
Color Harmonies of #C81CF6
Complementary color
Monochromatic Colors of #C81CF6
Black with #C81CF6
Text Example
Text Example
White with #C81CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CF6; }
p { color: rgb(200,28,246); }
H1.HeaderClassName
{
color: #C81CF6;
}
.AnyTagClassName
{
color: #C81CF6;
}
</style>
background-color css
<style>
a { background-color: #C81CF6; }
a { background-color: rgb(200,28,246); }
div.DivClassName
{
background-color: #C81CF6;
}
.BgClassName
{
background-color: #C81CF6;
}
</style>
border-color css
<style>
span { border-color: #C81CF6; }
span { border-color: rgb(200,28,246); }
td.TdClassName
{
border-color: #C81CF6;
}
.TagClassName
{
border-color: #C81CF6;
}
</style>