Html Css Color HEX #C20BEB Electric Purple

📋 copy color: '#C20BEB'

red 194 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #C20BEB

Tints of Electric Purple #C20BEB

RGB

 RED value IS 194 (76.17% from 255) = 44.09%

 GREEN value IS 11 (4.69% from 255) = 2.5%

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

R = 44.09%
G = 2.5%
B = 53.41%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C20BEB (or 0xC20BEB) is known color: Electric Purple. HEX triplet: C2, 0B and EB. RGB value is (194,11,235). Sum of RGB (Red+Green+Blue) = 194+11+235=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #C20BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BEB is #3DF414. Grayscale: #5A5A5A. Windows color (decimal): -4060181 or 15403970. OLE color: 15403970.

HSL color Cylindrical-coordinate representation of color #C20BEB: hue angle of 289.02º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BEB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 11 235 -
CMYK 0.17 0.95 0 0.08
HSL 289.02º 0.91% 0.48% -
HSV(B) 289.02º 0.95% 0.92% -
XYZ 37.36 17.71 80.05 -
YUV 91.25 209.13 201.29 -
System Red Green Blue C M Y K H S L
Decimal 194 11 235 0.17 0.95 0 0.08 289.02 0.91 0.48
Hex C2 B EB 11 5F 0 8 121 5B 30
Octal 302 13 353 21 137 0 10 441 133 60
Binary 11000010 1011 11101011 10001 1011111 0 1000 100100001 1011011 110000

Color Harmonies of #C20BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BEB

Black with #C20BEB

Text Example


Text Example

White with #C20BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BEB; }

 p { color: rgb(194,11,235); }

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

background-color css

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

 a { background-color: rgb(194,11,235); }

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

border-color css

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

 span { border-color: rgb(194,11,235); }

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