Html Css Color HEX #C206FB Electric Purple

📋 copy color: '#C206FB'

red 194 ◦ green 6 ◦ blue 251

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

Shades of Electric Purple #C206FB

Tints of Electric Purple #C206FB

RGB

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

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

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

R = 43.02%
G = 1.33%
B = 55.65%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C206FB (or 0xC206FB) is known color: Electric Purple. HEX triplet: C2, 06 and FB. RGB value is (194,6,251). Sum of RGB (Red+Green+Blue) = 194+6+251=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #C206FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C206FB is #3DF904. Grayscale: #595959. Windows color (decimal): -4061445 or 16451266. OLE color: 16451266.

HSL color Cylindrical-coordinate representation of color #C206FB: hue angle of 286.04º degrees, saturation: 0.97, 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 #C206FB is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 6 251 -
CMYK 0.23 0.98 0 0.02
HSL 286.04º 0.97% 0.5% -
HSV(B) 286.04º 0.98% 0.98% -
XYZ 39.73 18.56 92.76 -
YUV 90.14 218.78 202.08 -
System Red Green Blue C M Y K H S L
Decimal 194 6 251 0.23 0.98 0 0.02 286.04 0.97 0.5
Hex C2 6 FB 17 62 0 2 11E 61 32
Octal 302 6 373 27 142 0 2 436 141 62
Binary 11000010 110 11111011 10111 1100010 0 10 100011110 1100001 110010

Color Harmonies of #C206FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206FB

Black with #C206FB

Text Example


Text Example

White with #C206FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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