Html Css Color HEX #C920EC Electric Purple

📋 copy color: '#C920EC'

red 201 ◦ green 32 ◦ blue 236

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

Shades of Electric Purple #C920EC

Tints of Electric Purple #C920EC

RGB

 RED value IS 201 (78.91% from 255) = 42.86%

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

 BLUE value IS 236 (92.58% from 255) = 50.32%

R = 42.86%
G = 6.82%
B = 50.32%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C920EC (or 0xC920EC) is known color: Electric Purple. HEX triplet: C9, 20 and EC. RGB value is (201,32,236). Sum of RGB (Red+Green+Blue) = 201+32+236=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #C920EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C920EC is #36DF13. Grayscale: #696969. Windows color (decimal): -3596052 or 15474889. OLE color: 15474889.

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

Color convert

RGB 201 32 236 -
CMYK 0.15 0.86 0 0.07
HSL 289.71º 0.84% 0.53% -
HSV(B) 289.71º 0.86% 0.93% -
XYZ 39.74 19.51 81.03 -
YUV 105.79 201.49 195.91 -
System Red Green Blue C M Y K H S L
Decimal 201 32 236 0.15 0.86 0 0.07 289.71 0.84 0.53
Hex C9 20 EC F 56 0 7 122 54 35
Octal 311 40 354 17 126 0 7 442 124 65
Binary 11001001 100000 11101100 1111 1010110 0 111 100100010 1010100 110101

Color Harmonies of #C920EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920EC

Black with #C920EC

Text Example


Text Example

White with #C920EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920EC; }

 p { color: rgb(201,32,236); }

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

background-color css

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

 a { background-color: rgb(201,32,236); }

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

border-color css

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

 span { border-color: rgb(201,32,236); }

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