Html Css Color HEX #C82AEB Electric Purple

📋 copy color: '#C82AEB'

red 200 ◦ green 42 ◦ blue 235

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

Shades of Electric Purple #C82AEB

Tints of Electric Purple #C82AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 41.93%
G = 8.81%
B = 49.27%

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

#C82AEB (or 0xC82AEB) is known color: Electric Purple. HEX triplet: C8, 2A and EB. RGB value is (200,42,235). Sum of RGB (Red+Green+Blue) = 200+42+235=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #C82AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82AEB is #37D514. Grayscale: #6E6E6E. Windows color (decimal): -3659029 or 15411912. OLE color: 15411912.

HSL color Cylindrical-coordinate representation of color #C82AEB: hue angle of 289.12º degrees, saturation: 0.83, 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 #C82AEB is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 42 235 -
CMYK 0.15 0.82 0 0.08
HSL 289.12º 0.83% 0.54% -
HSV(B) 289.12º 0.82% 0.92% -
XYZ 39.64 19.93 80.36 -
YUV 111.24 197.85 191.31 -
System Red Green Blue C M Y K H S L
Decimal 200 42 235 0.15 0.82 0 0.08 289.12 0.83 0.54
Hex C8 2A EB F 52 0 8 121 53 36
Octal 310 52 353 17 122 0 10 441 123 66
Binary 11001000 101010 11101011 1111 1010010 0 1000 100100001 1010011 110110

Color Harmonies of #C82AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82AEB

Black with #C82AEB

Text Example


Text Example

White with #C82AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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