Shades of Electric Purple #C81EEB
Tints of Electric Purple #C81EEB
RGB
CMYK
RGB Variations
Color information
#C81EEB (or 0xC81EEB) is known color: Electric Purple. HEX triplet: C8, 1E and EB. RGB value is (200,30,235). Sum of RGB (Red+Green+Blue) = 200+30+235=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #C81EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EEB is #37E114. Grayscale: #676767. Windows color (decimal): -3662101 or 15408840. OLE color: 15408840.
HSL color Cylindrical-coordinate representation of color #C81EEB: hue angle of 289.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81EEB is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 30 | 235 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.08 |
| HSL | 289.76º | 0.84% | 0.52% | - |
| HSV(B) | 289.76º | 0.87% | 0.92% | - |
| XYZ | 39.28 | 19.21 | 80.23 | - |
| YUV | 104.2 | 201.82 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 235 | 0.15 | 0.87 | 0 | 0.08 | 289.76 | 0.84 | 0.52 |
| Hex | C8 | 1E | EB | F | 57 | 0 | 8 | 122 | 54 | 34 |
| Octal | 310 | 36 | 353 | 17 | 127 | 0 | 10 | 442 | 124 | 64 |
| Binary | 11001000 | 11110 | 11101011 | 1111 | 1010111 | 0 | 1000 | 100100010 | 1010100 | 110100 |
Color Harmonies of #C81EEB
Complementary color
Monochromatic Colors of #C81EEB
Black with #C81EEB
Text Example
Text Example
White with #C81EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EEB; }
p { color: rgb(200,30,235); }
H1.HeaderClassName
{
color: #C81EEB;
}
.AnyTagClassName
{
color: #C81EEB;
}
</style>
background-color css
<style>
a { background-color: #C81EEB; }
a { background-color: rgb(200,30,235); }
div.DivClassName
{
background-color: #C81EEB;
}
.BgClassName
{
background-color: #C81EEB;
}
</style>
border-color css
<style>
span { border-color: #C81EEB; }
span { border-color: rgb(200,30,235); }
td.TdClassName
{
border-color: #C81EEB;
}
.TagClassName
{
border-color: #C81EEB;
}
</style>