#C815EB

Color #C815EB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C815EB

Tints of Electric Purple #C815EB

Color information

#C815EB (or 0xC815EB) is unknown color: approx Electric Purple. HEX triplet: C8, 15 and EB. RGB value is (200,21,235). Sum of RGB (Red+Green+Blue) = 200+21+235=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #C815EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C815EB is #37EA14. Grayscale: #626262. Windows color (decimal): -3664405 or 15406536. OLE color: 15406536.

HSL color Cylindrical-coordinate representation of color #C815EB: hue angle of 290.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C815EB is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20021235-
CMYK0.150.9100.08
HSL290.19º84.25%50.2%-
HSV(B)290.19º91.06%92.16%-
XYZ39.0818.8180.17-
YUV98.92204.8200.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 21 (8.59% from 255) = 4.61%
BLUE value IS 235 (92.19% from 255) = 51.54%
R=43.86%
G=4.61%
B=51.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal200212350.150.9100.08290.1984.2550.2
HexC815EBF5B081225432
Octal310253531713301044212462
Binary11001000101011110101111111011011010001001000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C815EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C815EB; }

 p { color: rgb(200,21,235); }

 H1.HeaderClassName
 {
   color: #C815EB;
 }
 .AnyTagClassName
 {
   color: #C815EB;
 }
</style>
background-color css

<style>
 a { background-color: #C815EB; }

 a { background-color: rgb(200,21,235); }

 div.DivClassName
 {
   background-color: #C815EB;
 }
 .BgClassName
 {
   background-color: #C815EB;
 }
</style>
border-color css

<style>
 span { border-color: #C815EB; }

 span { border-color: rgb(200,21,235); }

 td.TdClassName
 {
   border-color: #C815EB;
 }
 .TagClassName
 {
   border-color: #C815EB;
 }
</style>