Html Css Color HEX #C021ED Electric Purple

📋 copy color: '#C021ED'

red 192 ◦ green 33 ◦ blue 237

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

Shades of Electric Purple #C021ED

Tints of Electric Purple #C021ED

RGB

 RED value IS 192 (75.39% from 255) = 41.56%

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

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

R = 41.56%
G = 7.14%
B = 51.3%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C021ED (or 0xC021ED) is known color: Electric Purple. HEX triplet: C0, 21 and ED. RGB value is (192,33,237). Sum of RGB (Red+Green+Blue) = 192+33+237=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #C021ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021ED is #3FDE12. Grayscale: #676767. Windows color (decimal): -4185619 or 15540672. OLE color: 15540672.

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

Color convert

RGB 192 33 237 -
CMYK 0.19 0.86 0 0.07
HSL 286.76º 0.85% 0.53% -
HSV(B) 286.76º 0.86% 0.93% -
XYZ 37.57 18.41 81.69 -
YUV 103.8 203.18 190.91 -
System Red Green Blue C M Y K H S L
Decimal 192 33 237 0.19 0.86 0 0.07 286.76 0.85 0.53
Hex C0 21 ED 13 56 0 7 11F 55 35
Octal 300 41 355 23 126 0 7 437 125 65
Binary 11000000 100001 11101101 10011 1010110 0 111 100011111 1010101 110101

Color Harmonies of #C021ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021ED

Black with #C021ED

Text Example


Text Example

White with #C021ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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