Html Css Color HEX #C220FB Electric Purple

📋 copy color: '#C220FB'

red 194 ◦ green 32 ◦ blue 251

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

Shades of Electric Purple #C220FB

Tints of Electric Purple #C220FB

RGB

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

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

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

R = 40.67%
G = 6.71%
B = 52.62%

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

#C220FB (or 0xC220FB) is known color: Electric Purple. HEX triplet: C2, 20 and FB. RGB value is (194,32,251). Sum of RGB (Red+Green+Blue) = 194+32+251=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 32 (12.89% from 255 or 6.71% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #C220FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C220FB is #3DDF04. Grayscale: #686868. Windows color (decimal): -4054789 or 16457922. OLE color: 16457922.

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

Color convert

RGB 194 32 251 -
CMYK 0.23 0.87 0 0.02
HSL 284.38º 0.96% 0.55% -
HSV(B) 284.38º 0.87% 0.98% -
XYZ 40.18 19.47 92.91 -
YUV 105.4 210.17 191.19 -
System Red Green Blue C M Y K H S L
Decimal 194 32 251 0.23 0.87 0 0.02 284.38 0.96 0.55
Hex C2 20 FB 17 57 0 2 11C 60 37
Octal 302 40 373 27 127 0 2 434 140 67
Binary 11000010 100000 11111011 10111 1010111 0 10 100011100 1100000 110111

Color Harmonies of #C220FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220FB

Black with #C220FB

Text Example


Text Example

White with #C220FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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