Html Css Color HEX #C221FD Electric Purple

📋 copy color: '#C221FD'

red 194 ◦ green 33 ◦ blue 253

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

Shades of Electric Purple #C221FD

Tints of Electric Purple #C221FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.71%

R = 40.42%
G = 6.88%
B = 52.71%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C221FD (or 0xC221FD) is known color: Electric Purple. HEX triplet: C2, 21 and FD. RGB value is (194,33,253). Sum of RGB (Red+Green+Blue) = 194+33+253=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #C221FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221FD is #3DDE02. Grayscale: #696969. Windows color (decimal): -4054531 or 16589250. OLE color: 16589250.

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

Color convert

RGB 194 33 253 -
CMYK 0.23 0.87 0 0.01
HSL 283.91º 0.98% 0.56% -
HSV(B) 283.91º 0.87% 0.99% -
XYZ 40.52 19.65 94.59 -
YUV 106.22 210.84 190.61 -
System Red Green Blue C M Y K H S L
Decimal 194 33 253 0.23 0.87 0 0.01 283.91 0.98 0.56
Hex C2 21 FD 17 57 0 1 11C 62 38
Octal 302 41 375 27 127 0 1 434 142 70
Binary 11000010 100001 11111101 10111 1010111 0 1 100011100 1100010 111000

Color Harmonies of #C221FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221FD

Black with #C221FD

Text Example


Text Example

White with #C221FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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