Html Css Color HEX #C82AEA Electric Purple

📋 copy color: '#C82AEA'

red 200 ◦ green 42 ◦ blue 234

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

Shades of Electric Purple #C82AEA

Tints of Electric Purple #C82AEA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.82%

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

R = 42.02%
G = 8.82%
B = 49.16%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C82AEA (or 0xC82AEA) is known color: Electric Purple. HEX triplet: C8, 2A and EA. RGB value is (200,42,234). Sum of RGB (Red+Green+Blue) = 200+42+234=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #C82AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82AEA is #37D515. Grayscale: #6E6E6E. Windows color (decimal): -3659030 or 15346376. OLE color: 15346376.

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

Color convert

RGB 200 42 234 -
CMYK 0.15 0.82 0 0.08
HSL 289.38º 0.82% 0.54% -
HSV(B) 289.38º 0.82% 0.92% -
XYZ 39.5 19.88 79.6 -
YUV 111.13 197.35 191.39 -
System Red Green Blue C M Y K H S L
Decimal 200 42 234 0.15 0.82 0 0.08 289.38 0.82 0.54
Hex C8 2A EA F 52 0 8 121 52 36
Octal 310 52 352 17 122 0 10 441 122 66
Binary 11001000 101010 11101010 1111 1010010 0 1000 100100001 1010010 110110

Color Harmonies of #C82AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82AEA

Black with #C82AEA

Text Example


Text Example

White with #C82AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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