Html Css Color HEX #C920EB Electric Purple

📋 copy color: '#C920EB'

red 201 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #C920EB

Tints of Electric Purple #C920EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 42.95%
G = 6.84%
B = 50.21%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C920EB (or 0xC920EB) is known color: Electric Purple. HEX triplet: C9, 20 and EB. RGB value is (201,32,235). Sum of RGB (Red+Green+Blue) = 201+32+235=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #C920EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C920EB is #36DF14. Grayscale: #696969. Windows color (decimal): -3596053 or 15409353. OLE color: 15409353.

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

Color convert

RGB 201 32 235 -
CMYK 0.14 0.86 0 0.08
HSL 289.95º 0.84% 0.52% -
HSV(B) 289.95º 0.86% 0.92% -
XYZ 39.6 19.45 80.26 -
YUV 105.67 200.99 195.99 -
System Red Green Blue C M Y K H S L
Decimal 201 32 235 0.14 0.86 0 0.08 289.95 0.84 0.52
Hex C9 20 EB E 56 0 8 122 54 34
Octal 311 40 353 16 126 0 10 442 124 64
Binary 11001001 100000 11101011 1110 1010110 0 1000 100100010 1010100 110100

Color Harmonies of #C920EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920EB

Black with #C920EB

Text Example


Text Example

White with #C920EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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