Html Css Color HEX #C206FE Electric Purple

📋 copy color: '#C206FE'

red 194 ◦ green 6 ◦ blue 254

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

Shades of Electric Purple #C206FE

Tints of Electric Purple #C206FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.95%

R = 42.73%
G = 1.32%
B = 55.95%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C206FE (or 0xC206FE) is known color: Electric Purple. HEX triplet: C2, 06 and FE. RGB value is (194,6,254). Sum of RGB (Red+Green+Blue) = 194+6+254=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 6 (2.73% from 255 or 1.32% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #C206FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C206FE is #3DF901. Grayscale: #595959. Windows color (decimal): -4061442 or 16647874. OLE color: 16647874.

HSL color Cylindrical-coordinate representation of color #C206FE: hue angle of 285.48º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C206FE is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 6 254 -
CMYK 0.24 0.98 0 0.00
HSL 285.48º 0.99% 0.51% -
HSV(B) 285.48º 0.98% 1% -
XYZ 40.2 18.76 95.27 -
YUV 90.48 220.28 201.83 -
System Red Green Blue C M Y K H S L
Decimal 194 6 254 0.24 0.98 0 0.00 285.48 0.99 0.51
Hex C2 6 FE 18 62 0 0 11D 63 33
Octal 302 6 376 30 142 0 0 435 143 63
Binary 11000010 110 11111110 11000 1100010 0 0 100011101 1100011 110011

Color Harmonies of #C206FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206FE

Black with #C206FE

Text Example


Text Example

White with #C206FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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