Shades of Electric Purple #C81BEB
Tints of Electric Purple #C81BEB
RGB
CMYK
RGB Variations
Color information
#C81BEB (or 0xC81BEB) is known color: Electric Purple. HEX triplet: C8, 1B and EB. RGB value is (200,27,235). Sum of RGB (Red+Green+Blue) = 200+27+235=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #C81BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81BEB is #37E414. Grayscale: #656565. Windows color (decimal): -3662869 or 15408072. OLE color: 15408072.
HSL color Cylindrical-coordinate representation of color #C81BEB: hue angle of 289.9º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81BEB is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 27 | 235 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.08 |
| HSL | 289.9º | 0.84% | 0.51% | - |
| HSV(B) | 289.9º | 0.89% | 0.92% | - |
| XYZ | 39.21 | 19.06 | 80.21 | - |
| YUV | 102.44 | 202.81 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 235 | 0.15 | 0.89 | 0 | 0.08 | 289.9 | 0.84 | 0.51 |
| Hex | C8 | 1B | EB | F | 59 | 0 | 8 | 122 | 54 | 33 |
| Octal | 310 | 33 | 353 | 17 | 131 | 0 | 10 | 442 | 124 | 63 |
| Binary | 11001000 | 11011 | 11101011 | 1111 | 1011001 | 0 | 1000 | 100100010 | 1010100 | 110011 |
Color Harmonies of #C81BEB
Complementary color
Monochromatic Colors of #C81BEB
Black with #C81BEB
Text Example
Text Example
White with #C81BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81BEB; }
p { color: rgb(200,27,235); }
H1.HeaderClassName
{
color: #C81BEB;
}
.AnyTagClassName
{
color: #C81BEB;
}
</style>
background-color css
<style>
a { background-color: #C81BEB; }
a { background-color: rgb(200,27,235); }
div.DivClassName
{
background-color: #C81BEB;
}
.BgClassName
{
background-color: #C81BEB;
}
</style>
border-color css
<style>
span { border-color: #C81BEB; }
span { border-color: rgb(200,27,235); }
td.TdClassName
{
border-color: #C81BEB;
}
.TagClassName
{
border-color: #C81BEB;
}
</style>