Html Css Color HEX #C220FD Electric Purple

📋 copy color: '#C220FD'

red 194 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #C220FD

Tints of Electric Purple #C220FD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.68%

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

R = 40.5%
G = 6.68%
B = 52.82%

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

#C220FD (or 0xC220FD) is known color: Electric Purple. HEX triplet: C2, 20 and FD. RGB value is (194,32,253). Sum of RGB (Red+Green+Blue) = 194+32+253=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 32 (12.89% from 255 or 6.68% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #C220FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C220FD is #3DDF02. Grayscale: #686868. Windows color (decimal): -4054787 or 16588994. OLE color: 16588994.

HSL color Cylindrical-coordinate representation of color #C220FD: hue angle of 283.98º 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 #C220FD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 32 253 -
CMYK 0.23 0.87 0 0.01
HSL 283.98º 0.98% 0.56% -
HSV(B) 283.98º 0.87% 0.99% -
XYZ 40.49 19.59 94.58 -
YUV 105.63 211.17 191.03 -
System Red Green Blue C M Y K H S L
Decimal 194 32 253 0.23 0.87 0 0.01 283.98 0.98 0.56
Hex C2 20 FD 17 57 0 1 11C 62 38
Octal 302 40 375 27 127 0 1 434 142 70
Binary 11000010 100000 11111101 10111 1010111 0 1 100011100 1100010 111000

Color Harmonies of #C220FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220FD

Black with #C220FD

Text Example


Text Example

White with #C220FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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