Html Css Color HEX #C822EF Electric Purple

📋 copy color: '#C822EF'

red 200 ◦ green 34 ◦ blue 239

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

Shades of Electric Purple #C822EF

Tints of Electric Purple #C822EF

RGB

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

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

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

R = 42.28%
G = 7.19%
B = 50.53%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C822EF (or 0xC822EF) is known color: Electric Purple. HEX triplet: C8, 22 and EF. RGB value is (200,34,239). Sum of RGB (Red+Green+Blue) = 200+34+239=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 34 (13.67% from 255 or 7.19% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #C822EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C822EF is #37DD10. Grayscale: #6A6A6A. Windows color (decimal): -3661073 or 15672008. OLE color: 15672008.

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

Color convert

RGB 200 34 239 -
CMYK 0.16 0.86 0 0.06
HSL 288.59º 0.86% 0.54% -
HSV(B) 288.59º 0.86% 0.94% -
XYZ 39.97 19.66 83.35 -
YUV 107 202.5 194.33 -
System Red Green Blue C M Y K H S L
Decimal 200 34 239 0.16 0.86 0 0.06 288.59 0.86 0.54
Hex C8 22 EF 10 56 0 6 121 56 36
Octal 310 42 357 20 126 0 6 441 126 66
Binary 11001000 100010 11101111 10000 1010110 0 110 100100001 1010110 110110

Color Harmonies of #C822EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C822EF

Black with #C822EF

Text Example


Text Example

White with #C822EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C822EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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