Html Css Color HEX #C208FA Electric Purple

📋 copy color: '#C208FA'

red 194 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #C208FA

Tints of Electric Purple #C208FA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.77%

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

R = 42.92%
G = 1.77%
B = 55.31%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C208FA (or 0xC208FA) is known color: Electric Purple. HEX triplet: C2, 08 and FA. RGB value is (194,8,250). Sum of RGB (Red+Green+Blue) = 194+8+250=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #C208FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C208FA is #3DF705. Grayscale: #5A5A5A. Windows color (decimal): -4060934 or 16386242. OLE color: 16386242.

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

Color convert

RGB 194 8 250 -
CMYK 0.22 0.97 0 0.02
HSL 286.12º 0.96% 0.51% -
HSV(B) 286.12º 0.97% 0.98% -
XYZ 39.59 18.55 91.94 -
YUV 91.2 217.62 201.32 -
System Red Green Blue C M Y K H S L
Decimal 194 8 250 0.22 0.97 0 0.02 286.12 0.96 0.51
Hex C2 8 FA 16 61 0 2 11E 60 33
Octal 302 10 372 26 141 0 2 436 140 63
Binary 11000010 1000 11111010 10110 1100001 0 10 100011110 1100000 110011

Color Harmonies of #C208FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C208FA

Black with #C208FA

Text Example


Text Example

White with #C208FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C208FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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