Shades of Electric Purple #C81CEB
Tints of Electric Purple #C81CEB
RGB
CMYK
RGB Variations
Color information
#C81CEB (or 0xC81CEB) is known color: Electric Purple. HEX triplet: C8, 1C and EB. RGB value is (200,28,235). Sum of RGB (Red+Green+Blue) = 200+28+235=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #C81CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CEB is #37E314. Grayscale: #666666. Windows color (decimal): -3662613 or 15408328. OLE color: 15408328.
HSL color Cylindrical-coordinate representation of color #C81CEB: hue angle of 289.86º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81CEB is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 28 | 235 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.08 |
| HSL | 289.86º | 0.84% | 0.52% | - |
| HSV(B) | 289.86º | 0.88% | 0.92% | - |
| XYZ | 39.23 | 19.11 | 80.22 | - |
| YUV | 103.03 | 202.48 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 235 | 0.15 | 0.88 | 0 | 0.08 | 289.86 | 0.84 | 0.52 |
| Hex | C8 | 1C | EB | F | 58 | 0 | 8 | 122 | 54 | 34 |
| Octal | 310 | 34 | 353 | 17 | 130 | 0 | 10 | 442 | 124 | 64 |
| Binary | 11001000 | 11100 | 11101011 | 1111 | 1011000 | 0 | 1000 | 100100010 | 1010100 | 110100 |
Color Harmonies of #C81CEB
Complementary color
Monochromatic Colors of #C81CEB
Black with #C81CEB
Text Example
Text Example
White with #C81CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CEB; }
p { color: rgb(200,28,235); }
H1.HeaderClassName
{
color: #C81CEB;
}
.AnyTagClassName
{
color: #C81CEB;
}
</style>
background-color css
<style>
a { background-color: #C81CEB; }
a { background-color: rgb(200,28,235); }
div.DivClassName
{
background-color: #C81CEB;
}
.BgClassName
{
background-color: #C81CEB;
}
</style>
border-color css
<style>
span { border-color: #C81CEB; }
span { border-color: rgb(200,28,235); }
td.TdClassName
{
border-color: #C81CEB;
}
.TagClassName
{
border-color: #C81CEB;
}
</style>