Html Css Color HEX #C216FA Electric Purple

📋 copy color: '#C216FA'

red 194 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #C216FA

Tints of Electric Purple #C216FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.72%

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

R = 41.63%
G = 4.72%
B = 53.65%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C216FA (or 0xC216FA) is known color: Electric Purple. HEX triplet: C2, 16 and FA. RGB value is (194,22,250). Sum of RGB (Red+Green+Blue) = 194+22+250=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #C216FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C216FA is #3DE905. Grayscale: #626262. Windows color (decimal): -4057350 or 16389826. OLE color: 16389826.

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

Color convert

RGB 194 22 250 -
CMYK 0.22 0.91 0 0.02
HSL 285.26º 0.96% 0.53% -
HSV(B) 285.26º 0.91% 0.98% -
XYZ 39.79 18.95 92 -
YUV 99.42 212.98 195.46 -
System Red Green Blue C M Y K H S L
Decimal 194 22 250 0.22 0.91 0 0.02 285.26 0.96 0.53
Hex C2 16 FA 16 5B 0 2 11D 60 35
Octal 302 26 372 26 133 0 2 435 140 65
Binary 11000010 10110 11111010 10110 1011011 0 10 100011101 1100000 110101

Color Harmonies of #C216FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C216FA

Black with #C216FA

Text Example


Text Example

White with #C216FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C216FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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