Html Css Color HEX #C822ED Electric Purple

📋 copy color: '#C822ED'

red 200 ◦ green 34 ◦ blue 237

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

Shades of Electric Purple #C822ED

Tints of Electric Purple #C822ED

RGB

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

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

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

R = 42.46%
G = 7.22%
B = 50.32%

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

#C822ED (or 0xC822ED) is known color: Electric Purple. HEX triplet: C8, 22 and ED. RGB value is (200,34,237). Sum of RGB (Red+Green+Blue) = 200+34+237=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #C822ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C822ED is #37DD12. Grayscale: #6A6A6A. Windows color (decimal): -3661075 or 15540936. OLE color: 15540936.

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

Color convert

RGB 200 34 237 -
CMYK 0.16 0.86 0 0.07
HSL 289.06º 0.85% 0.53% -
HSV(B) 289.06º 0.86% 0.93% -
XYZ 39.68 19.54 81.8 -
YUV 106.78 201.5 194.49 -
System Red Green Blue C M Y K H S L
Decimal 200 34 237 0.16 0.86 0 0.07 289.06 0.85 0.53
Hex C8 22 ED 10 56 0 7 121 55 35
Octal 310 42 355 20 126 0 7 441 125 65
Binary 11001000 100010 11101101 10000 1010110 0 111 100100001 1010101 110101

Color Harmonies of #C822ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C822ED

Black with #C822ED

Text Example


Text Example

White with #C822ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C822ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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