Html Css Color HEX #C821ED Electric Purple

📋 copy color: '#C821ED'

red 200 ◦ green 33 ◦ blue 237

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

Shades of Electric Purple #C821ED

Tints of Electric Purple #C821ED

RGB

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

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

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

R = 42.55%
G = 7.02%
B = 50.43%

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

#C821ED (or 0xC821ED) is known color: Electric Purple. HEX triplet: C8, 21 and ED. RGB value is (200,33,237). Sum of RGB (Red+Green+Blue) = 200+33+237=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #C821ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C821ED is #37DE12. Grayscale: #696969. Windows color (decimal): -3661331 or 15540680. OLE color: 15540680.

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

Color convert

RGB 200 33 237 -
CMYK 0.16 0.86 0 0.07
HSL 289.12º 0.85% 0.53% -
HSV(B) 289.12º 0.86% 0.93% -
XYZ 39.65 19.48 81.79 -
YUV 106.19 201.83 194.91 -
System Red Green Blue C M Y K H S L
Decimal 200 33 237 0.16 0.86 0 0.07 289.12 0.85 0.53
Hex C8 21 ED 10 56 0 7 121 55 35
Octal 310 41 355 20 126 0 7 441 125 65
Binary 11001000 100001 11101101 10000 1010110 0 111 100100001 1010101 110101

Color Harmonies of #C821ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821ED

Black with #C821ED

Text Example


Text Example

White with #C821ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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