Html Css Color HEX #C828EC Electric Purple

📋 copy color: '#C828EC'

red 200 ◦ green 40 ◦ blue 236

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

Shades of Electric Purple #C828EC

Tints of Electric Purple #C828EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.58%

R = 42.02%
G = 8.4%
B = 49.58%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C828EC (or 0xC828EC) is known color: Electric Purple. HEX triplet: C8, 28 and EC. RGB value is (200,40,236). Sum of RGB (Red+Green+Blue) = 200+40+236=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #C828EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C828EC is #37D713. Grayscale: #6D6D6D. Windows color (decimal): -3659540 or 15476936. OLE color: 15476936.

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

Color convert

RGB 200 40 236 -
CMYK 0.15 0.83 0 0.07
HSL 288.98º 0.84% 0.54% -
HSV(B) 288.98º 0.83% 0.93% -
XYZ 39.72 19.85 81.1 -
YUV 110.18 199.01 192.06 -
System Red Green Blue C M Y K H S L
Decimal 200 40 236 0.15 0.83 0 0.07 288.98 0.84 0.54
Hex C8 28 EC F 53 0 7 121 54 36
Octal 310 50 354 17 123 0 7 441 124 66
Binary 11001000 101000 11101100 1111 1010011 0 111 100100001 1010100 110110

Color Harmonies of #C828EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828EC

Black with #C828EC

Text Example


Text Example

White with #C828EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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