Html Css Color HEX #C20BFB Electric Purple

📋 copy color: '#C20BFB'

red 194 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #C20BFB

Tints of Electric Purple #C20BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 42.54%
G = 2.41%
B = 55.04%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C20BFB (or 0xC20BFB) is known color: Electric Purple. HEX triplet: C2, 0B and FB. RGB value is (194,11,251). Sum of RGB (Red+Green+Blue) = 194+11+251=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #C20BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20BFB is #3DF404. Grayscale: #5C5C5C. Windows color (decimal): -4060165 or 16452546. OLE color: 16452546.

HSL color Cylindrical-coordinate representation of color #C20BFB: hue angle of 285.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20BFB is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 11 251 -
CMYK 0.23 0.96 0 0.02
HSL 285.75º 0.97% 0.51% -
HSV(B) 285.75º 0.96% 0.98% -
XYZ 39.78 18.67 92.77 -
YUV 93.08 217.13 199.99 -
System Red Green Blue C M Y K H S L
Decimal 194 11 251 0.23 0.96 0 0.02 285.75 0.97 0.51
Hex C2 B FB 17 60 0 2 11E 61 33
Octal 302 13 373 27 140 0 2 436 141 63
Binary 11000010 1011 11111011 10111 1100000 0 10 100011110 1100001 110011

Color Harmonies of #C20BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20BFB

Black with #C20BFB

Text Example


Text Example

White with #C20BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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