Html Css Color HEX #C21BFB Electric Purple

📋 copy color: '#C21BFB'

red 194 ◦ green 27 ◦ blue 251

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

Shades of Electric Purple #C21BFB

Tints of Electric Purple #C21BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.72%

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

R = 41.1%
G = 5.72%
B = 53.18%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C21BFB (or 0xC21BFB) is known color: Electric Purple. HEX triplet: C2, 1B and FB. RGB value is (194,27,251). Sum of RGB (Red+Green+Blue) = 194+27+251=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #C21BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21BFB is #3DE404. Grayscale: #656565. Windows color (decimal): -4056069 or 16456642. OLE color: 16456642.

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

Color convert

RGB 194 27 251 -
CMYK 0.23 0.89 0 0.02
HSL 284.73º 0.97% 0.55% -
HSV(B) 284.73º 0.89% 0.98% -
XYZ 40.05 19.22 92.87 -
YUV 102.47 211.83 193.29 -
System Red Green Blue C M Y K H S L
Decimal 194 27 251 0.23 0.89 0 0.02 284.73 0.97 0.55
Hex C2 1B FB 17 59 0 2 11D 61 37
Octal 302 33 373 27 131 0 2 435 141 67
Binary 11000010 11011 11111011 10111 1011001 0 10 100011101 1100001 110111

Color Harmonies of #C21BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21BFB

Black with #C21BFB

Text Example


Text Example

White with #C21BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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