Html Css Color HEX #C828EA Electric Purple

📋 copy color: '#C828EA'

red 200 ◦ green 40 ◦ blue 234

#C828EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C828EA

Tints of Electric Purple #C828EA

RGB

 RED value IS 200 (78.52% from 255) = 42.19%

 GREEN value IS 40 (16.02% from 255) = 8.44%

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 42.19%
G = 8.44%
B = 49.37%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C828EA (or 0xC828EA) is known color: Electric Purple. HEX triplet: C8, 28 and EA. RGB value is (200,40,234). Sum of RGB (Red+Green+Blue) = 200+40+234=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #C828EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C828EA is #37D715. Grayscale: #6D6D6D. Windows color (decimal): -3659542 or 15345864. OLE color: 15345864.

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

Color convert

RGB 200 40 234 -
CMYK 0.15 0.83 0 0.08
HSL 289.48º 0.82% 0.54% -
HSV(B) 289.48º 0.83% 0.92% -
XYZ 39.43 19.74 79.57 -
YUV 109.96 198.01 192.23 -
System Red Green Blue C M Y K H S L
Decimal 200 40 234 0.15 0.83 0 0.08 289.48 0.82 0.54
Hex C8 28 EA F 53 0 8 121 52 36
Octal 310 50 352 17 123 0 10 441 122 66
Binary 11001000 101000 11101010 1111 1010011 0 1000 100100001 1010010 110110

Color Harmonies of #C828EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828EA

Black with #C828EA

Text Example


Text Example

White with #C828EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828EA; }

 p { color: rgb(200,40,234); }

 H1.HeaderClassName
 {
   color: #C828EA;
 }
 .AnyTagClassName
 {
   color: #C828EA;
 }
</style>

background-color css

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

 a { background-color: rgb(200,40,234); }

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

border-color css

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

 span { border-color: rgb(200,40,234); }

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