Html Css Color HEX #C206FA Electric Purple

📋 copy color: '#C206FA'

red 194 ◦ green 6 ◦ blue 250

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

Shades of Electric Purple #C206FA

Tints of Electric Purple #C206FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.33%

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

R = 43.11%
G = 1.33%
B = 55.56%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C206FA (or 0xC206FA) is known color: Electric Purple. HEX triplet: C2, 06 and FA. RGB value is (194,6,250). Sum of RGB (Red+Green+Blue) = 194+6+250=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #C206FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C206FA is #3DF905. Grayscale: #595959. Windows color (decimal): -4061446 or 16385730. OLE color: 16385730.

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

Color convert

RGB 194 6 250 -
CMYK 0.22 0.98 0 0.02
HSL 286.23º 0.96% 0.5% -
HSV(B) 286.23º 0.98% 0.98% -
XYZ 39.57 18.5 91.93 -
YUV 90.03 218.28 202.16 -
System Red Green Blue C M Y K H S L
Decimal 194 6 250 0.22 0.98 0 0.02 286.23 0.96 0.5
Hex C2 6 FA 16 62 0 2 11E 60 32
Octal 302 6 372 26 142 0 2 436 140 62
Binary 11000010 110 11111010 10110 1100010 0 10 100011110 1100000 110010

Color Harmonies of #C206FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206FA

Black with #C206FA

Text Example


Text Example

White with #C206FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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