Html Css Color HEX #C822EE Electric Purple

📋 copy color: '#C822EE'

red 200 ◦ green 34 ◦ blue 238

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

Shades of Electric Purple #C822EE

Tints of Electric Purple #C822EE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.2%

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 42.37%
G = 7.2%
B = 50.42%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C822EE (or 0xC822EE) is known color: Electric Purple. HEX triplet: C8, 22 and EE. RGB value is (200,34,238). Sum of RGB (Red+Green+Blue) = 200+34+238=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #C822EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C822EE is #37DD11. Grayscale: #6A6A6A. Windows color (decimal): -3661074 or 15606472. OLE color: 15606472.

HSL color Cylindrical-coordinate representation of color #C822EE: hue angle of 288.82º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C822EE is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 34 238 -
CMYK 0.16 0.86 0 0.07
HSL 288.82º 0.86% 0.53% -
HSV(B) 288.82º 0.86% 0.93% -
XYZ 39.82 19.6 82.57 -
YUV 106.89 202 194.41 -
System Red Green Blue C M Y K H S L
Decimal 200 34 238 0.16 0.86 0 0.07 288.82 0.86 0.53
Hex C8 22 EE 10 56 0 7 121 56 35
Octal 310 42 356 20 126 0 7 441 126 65
Binary 11001000 100010 11101110 10000 1010110 0 111 100100001 1010110 110101

Color Harmonies of #C822EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C822EE

Black with #C822EE

Text Example


Text Example

White with #C822EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C822EE; }

 p { color: rgb(200,34,238); }

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

background-color css

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

 a { background-color: rgb(200,34,238); }

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

border-color css

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

 span { border-color: rgb(200,34,238); }

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