Shades of Electric Purple #C817EA
Tints of Electric Purple #C817EA
RGB
CMYK
RGB Variations
Color information
#C817EA (or 0xC817EA) is known color: Electric Purple. HEX triplet: C8, 17 and EA. RGB value is (200,23,234). Sum of RGB (Red+Green+Blue) = 200+23+234=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #C817EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C817EA is #37E815. Grayscale: #636363. Windows color (decimal): -3663894 or 15341512. OLE color: 15341512.
HSL color Cylindrical-coordinate representation of color #C817EA: hue angle of 290.33º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C817EA is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 23 | 234 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.08 |
| HSL | 290.33º | 0.83% | 0.5% | - |
| HSV(B) | 290.33º | 0.9% | 0.92% | - |
| XYZ | 38.98 | 18.83 | 79.42 | - |
| YUV | 99.98 | 203.64 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 234 | 0.15 | 0.90 | 0 | 0.08 | 290.33 | 0.83 | 0.5 |
| Hex | C8 | 17 | EA | F | 5A | 0 | 8 | 122 | 53 | 32 |
| Octal | 310 | 27 | 352 | 17 | 132 | 0 | 10 | 442 | 123 | 62 |
| Binary | 11001000 | 10111 | 11101010 | 1111 | 1011010 | 0 | 1000 | 100100010 | 1010011 | 110010 |
Color Harmonies of #C817EA
Complementary color
Monochromatic Colors of #C817EA
Black with #C817EA
Text Example
Text Example
White with #C817EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817EA; }
p { color: rgb(200,23,234); }
H1.HeaderClassName
{
color: #C817EA;
}
.AnyTagClassName
{
color: #C817EA;
}
</style>
background-color css
<style>
a { background-color: #C817EA; }
a { background-color: rgb(200,23,234); }
div.DivClassName
{
background-color: #C817EA;
}
.BgClassName
{
background-color: #C817EA;
}
</style>
border-color css
<style>
span { border-color: #C817EA; }
span { border-color: rgb(200,23,234); }
td.TdClassName
{
border-color: #C817EA;
}
.TagClassName
{
border-color: #C817EA;
}
</style>