Html Css Color HEX #C821EA Electric Purple

📋 copy color: '#C821EA'

red 200 ◦ green 33 ◦ blue 234

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

Shades of Electric Purple #C821EA

Tints of Electric Purple #C821EA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.07%

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 42.83%
G = 7.07%
B = 50.11%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C821EA (or 0xC821EA) is known color: Electric Purple. HEX triplet: C8, 21 and EA. RGB value is (200,33,234). Sum of RGB (Red+Green+Blue) = 200+33+234=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #C821EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C821EA is #37DE15. Grayscale: #696969. Windows color (decimal): -3661334 or 15344072. OLE color: 15344072.

HSL color Cylindrical-coordinate representation of color #C821EA: hue angle of 289.85º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C821EA is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 33 234 -
CMYK 0.15 0.86 0 0.08
HSL 289.85º 0.83% 0.52% -
HSV(B) 289.85º 0.86% 0.92% -
XYZ 39.21 19.31 79.5 -
YUV 105.85 200.33 195.16 -
System Red Green Blue C M Y K H S L
Decimal 200 33 234 0.15 0.86 0 0.08 289.85 0.83 0.52
Hex C8 21 EA F 56 0 8 122 53 34
Octal 310 41 352 17 126 0 10 442 123 64
Binary 11001000 100001 11101010 1111 1010110 0 1000 100100010 1010011 110100

Color Harmonies of #C821EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821EA

Black with #C821EA

Text Example


Text Example

White with #C821EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821EA; }

 p { color: rgb(200,33,234); }

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

background-color css

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

 a { background-color: rgb(200,33,234); }

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

border-color css

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

 span { border-color: rgb(200,33,234); }

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