Html Css Color HEX #C820EF Electric Purple

📋 copy color: '#C820EF'

red 200 ◦ green 32 ◦ blue 239

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

Shades of Electric Purple #C820EF

Tints of Electric Purple #C820EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 42.46%
G = 6.79%
B = 50.74%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C820EF (or 0xC820EF) is known color: Electric Purple. HEX triplet: C8, 20 and EF. RGB value is (200,32,239). Sum of RGB (Red+Green+Blue) = 200+32+239=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #C820EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C820EF is #37DF10. Grayscale: #696969. Windows color (decimal): -3661585 or 15671496. OLE color: 15671496.

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

Color convert

RGB 200 32 239 -
CMYK 0.16 0.87 0 0.06
HSL 288.7º 0.87% 0.53% -
HSV(B) 288.7º 0.87% 0.94% -
XYZ 39.92 19.54 83.33 -
YUV 105.83 203.16 195.17 -
System Red Green Blue C M Y K H S L
Decimal 200 32 239 0.16 0.87 0 0.06 288.7 0.87 0.53
Hex C8 20 EF 10 57 0 6 121 57 35
Octal 310 40 357 20 127 0 6 441 127 65
Binary 11001000 100000 11101111 10000 1010111 0 110 100100001 1010111 110101

Color Harmonies of #C820EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820EF

Black with #C820EF

Text Example


Text Example

White with #C820EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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