Html Css Color HEX #C820ED Electric Purple

📋 copy color: '#C820ED'

red 200 ◦ green 32 ◦ blue 237

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

Shades of Electric Purple #C820ED

Tints of Electric Purple #C820ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.82%

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

R = 42.64%
G = 6.82%
B = 50.53%

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

#C820ED (or 0xC820ED) is known color: Electric Purple. HEX triplet: C8, 20 and ED. RGB value is (200,32,237). Sum of RGB (Red+Green+Blue) = 200+32+237=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #C820ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C820ED is #37DF12. Grayscale: #686868. Windows color (decimal): -3661587 or 15540424. OLE color: 15540424.

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

Color convert

RGB 200 32 237 -
CMYK 0.16 0.86 0 0.07
HSL 289.17º 0.85% 0.53% -
HSV(B) 289.17º 0.86% 0.93% -
XYZ 39.62 19.43 81.78 -
YUV 105.6 202.16 195.33 -
System Red Green Blue C M Y K H S L
Decimal 200 32 237 0.16 0.86 0 0.07 289.17 0.85 0.53
Hex C8 20 ED 10 56 0 7 121 55 35
Octal 310 40 355 20 126 0 7 441 125 65
Binary 11001000 100000 11101101 10000 1010110 0 111 100100001 1010101 110101

Color Harmonies of #C820ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820ED

Black with #C820ED

Text Example


Text Example

White with #C820ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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