Html Css Color HEX #C221FB Electric Purple

📋 copy color: '#C221FB'

red 194 ◦ green 33 ◦ blue 251

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

Shades of Electric Purple #C221FB

Tints of Electric Purple #C221FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.9%

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

R = 40.59%
G = 6.9%
B = 52.51%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C221FB (or 0xC221FB) is known color: Electric Purple. HEX triplet: C2, 21 and FB. RGB value is (194,33,251). Sum of RGB (Red+Green+Blue) = 194+33+251=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 33 (13.28% from 255 or 6.90% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #C221FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221FB is #3DDE04. Grayscale: #696969. Windows color (decimal): -4054533 or 16458178. OLE color: 16458178.

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

Color convert

RGB 194 33 251 -
CMYK 0.23 0.87 0 0.02
HSL 284.31º 0.96% 0.56% -
HSV(B) 284.31º 0.87% 0.98% -
XYZ 40.2 19.52 92.92 -
YUV 105.99 209.84 190.77 -
System Red Green Blue C M Y K H S L
Decimal 194 33 251 0.23 0.87 0 0.02 284.31 0.96 0.56
Hex C2 21 FB 17 57 0 2 11C 60 38
Octal 302 41 373 27 127 0 2 434 140 70
Binary 11000010 100001 11111011 10111 1010111 0 10 100011100 1100000 111000

Color Harmonies of #C221FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221FB

Black with #C221FB

Text Example


Text Example

White with #C221FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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