Html Css Color HEX #C22FFA Electric Purple

📋 copy color: '#C22FFA'

red 194 ◦ green 47 ◦ blue 250

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

Shades of Electric Purple #C22FFA

Tints of Electric Purple #C22FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.57%

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 39.51%
G = 9.57%
B = 50.92%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C22FFA (or 0xC22FFA) is known color: Electric Purple. HEX triplet: C2, 2F and FA. RGB value is (194,47,250). Sum of RGB (Red+Green+Blue) = 194+47+250=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #C22FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22FFA is #3DD005. Grayscale: #717171. Windows color (decimal): -4050950 or 16396226. OLE color: 16396226.

HSL color Cylindrical-coordinate representation of color #C22FFA: hue angle of 283.45º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22FFA is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 47 250 -
CMYK 0.22 0.81 0 0.02
HSL 283.45º 0.95% 0.58% -
HSV(B) 283.45º 0.81% 0.98% -
XYZ 40.52 20.4 92.25 -
YUV 114.1 204.7 184.99 -
System Red Green Blue C M Y K H S L
Decimal 194 47 250 0.22 0.81 0 0.02 283.45 0.95 0.58
Hex C2 2F FA 16 51 0 2 11B 5F 3A
Octal 302 57 372 26 121 0 2 433 137 72
Binary 11000010 101111 11111010 10110 1010001 0 10 100011011 1011111 111010

Color Harmonies of #C22FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22FFA

Black with #C22FFA

Text Example


Text Example

White with #C22FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22FFA; }

 p { color: rgb(194,47,250); }

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

background-color css

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

 a { background-color: rgb(194,47,250); }

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

border-color css

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

 span { border-color: rgb(194,47,250); }

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