#C824EF

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

Shades of Electric Purple #C824EF

Tints of Electric Purple #C824EF

Color information

#C824EF (or 0xC824EF) is unknown color: approx Electric Purple. HEX triplet: C8, 24 and EF. RGB value is (200,36,239). Sum of RGB (Red+Green+Blue) = 200+36+239=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 36 (14.45% from 255 or 7.58% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #C824EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C824EF is #37DB10. Grayscale: #6B6B6B. Windows color (decimal): -3660561 or 15672520. OLE color: 15672520.

HSL color Cylindrical-coordinate representation of color #C824EF: hue angle of 288.47º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C824EF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20036239-
CMYK0.160.8500.06
HSL288.47º86.38%53.92%-
HSV(B)288.47º84.94%93.73%-
XYZ40.0319.7783.37-
YUV108.18201.83193.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 36 (14.45% from 255) = 7.58%
BLUE value IS 239 (93.75% from 255) = 50.32%
R=42.11%
G=7.58%
B=50.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal200362390.160.8500.06288.4786.3853.92
HexC824EF1055061205636
Octal31044357201250644012666
Binary110010001001001110111110000101010101101001000001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C824EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C824EF; }

 p { color: rgb(200,36,239); }

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

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

 a { background-color: rgb(200,36,239); }

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

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

 span { border-color: rgb(200,36,239); }

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