Html Css Color HEX #C828ED Electric Purple

📋 copy color: '#C828ED'

red 200 ◦ green 40 ◦ blue 237

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

Shades of Electric Purple #C828ED

Tints of Electric Purple #C828ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 41.93%
G = 8.39%
B = 49.69%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C828ED (or 0xC828ED) is known color: Electric Purple. HEX triplet: C8, 28 and ED. RGB value is (200,40,237). Sum of RGB (Red+Green+Blue) = 200+40+237=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #C828ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C828ED is #37D712. Grayscale: #6D6D6D. Windows color (decimal): -3659539 or 15542472. OLE color: 15542472.

HSL color Cylindrical-coordinate representation of color #C828ED: hue angle of 288.73º degrees, saturation: 0.85, 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 #C828ED is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 40 237 -
CMYK 0.16 0.83 0 0.07
HSL 288.73º 0.85% 0.54% -
HSV(B) 288.73º 0.83% 0.93% -
XYZ 39.86 19.91 81.86 -
YUV 110.3 199.51 191.98 -
System Red Green Blue C M Y K H S L
Decimal 200 40 237 0.16 0.83 0 0.07 288.73 0.85 0.54
Hex C8 28 ED 10 53 0 7 121 55 36
Octal 310 50 355 20 123 0 7 441 125 66
Binary 11001000 101000 11101101 10000 1010011 0 111 100100001 1010101 110110

Color Harmonies of #C828ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C828ED

Black with #C828ED

Text Example


Text Example

White with #C828ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C828ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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