Shades of Electric Purple #C817FA
Tints of Electric Purple #C817FA
RGB
CMYK
RGB Variations
Color information
#C817FA (or 0xC817FA) is known color: Electric Purple. HEX triplet: C8, 17 and FA. RGB value is (200,23,250). Sum of RGB (Red+Green+Blue) = 200+23+250=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #C817FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C817FA is #37E805. Grayscale: #656565. Windows color (decimal): -3663878 or 16390088. OLE color: 16390088.
HSL color Cylindrical-coordinate representation of color #C817FA: hue angle of 286.78º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C817FA is Cyan = 0.2, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 23 | 250 | - |
| CMYK | 0.2 | 0.91 | 0 | 0.02 |
| HSL | 286.78º | 0.96% | 0.54% | - |
| HSV(B) | 286.78º | 0.91% | 0.98% | - |
| XYZ | 41.38 | 19.79 | 92.08 | - |
| YUV | 101.8 | 211.64 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 250 | 0.2 | 0.91 | 0 | 0.02 | 286.78 | 0.96 | 0.54 |
| Hex | C8 | 17 | FA | 14 | 5B | 0 | 2 | 11F | 60 | 36 |
| Octal | 310 | 27 | 372 | 24 | 133 | 0 | 2 | 437 | 140 | 66 |
| Binary | 11001000 | 10111 | 11111010 | 10100 | 1011011 | 0 | 10 | 100011111 | 1100000 | 110110 |
Color Harmonies of #C817FA
Complementary color
Monochromatic Colors of #C817FA
Black with #C817FA
Text Example
Text Example
White with #C817FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817FA; }
p { color: rgb(200,23,250); }
H1.HeaderClassName
{
color: #C817FA;
}
.AnyTagClassName
{
color: #C817FA;
}
</style>
background-color css
<style>
a { background-color: #C817FA; }
a { background-color: rgb(200,23,250); }
div.DivClassName
{
background-color: #C817FA;
}
.BgClassName
{
background-color: #C817FA;
}
</style>
border-color css
<style>
span { border-color: #C817FA; }
span { border-color: rgb(200,23,250); }
td.TdClassName
{
border-color: #C817FA;
}
.TagClassName
{
border-color: #C817FA;
}
</style>