Html Css Color HEX #C206F5 Electric Purple

📋 copy color: '#C206F5'

red 194 ◦ green 6 ◦ blue 245

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

Shades of Electric Purple #C206F5

Tints of Electric Purple #C206F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 55.06%

R = 43.6%
G = 1.35%
B = 55.06%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C206F5 (or 0xC206F5) is known color: Electric Purple. HEX triplet: C2, 06 and F5. RGB value is (194,6,245). Sum of RGB (Red+Green+Blue) = 194+6+245=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 245 (96.09% from 255 or 55.06% from 445); Max value from RGB is 245 - color contains mainly: blue. Hex color #C206F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C206F5 is #3DF90A. Grayscale: #585858. Windows color (decimal): -4061451 or 16058050. OLE color: 16058050.

HSL color Cylindrical-coordinate representation of color #C206F5: hue angle of 287.2º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C206F5 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 6 245 -
CMYK 0.21 0.98 0 0.04
HSL 287.2º 0.95% 0.49% -
HSV(B) 287.2º 0.98% 0.96% -
XYZ 38.79 18.19 87.85 -
YUV 89.46 215.78 202.57 -
System Red Green Blue C M Y K H S L
Decimal 194 6 245 0.21 0.98 0 0.04 287.2 0.95 0.49
Hex C2 6 F5 15 62 0 4 11F 5F 31
Octal 302 6 365 25 142 0 4 437 137 61
Binary 11000010 110 11110101 10101 1100010 0 100 100011111 1011111 110001

Color Harmonies of #C206F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C206F5

Black with #C206F5

Text Example


Text Example

White with #C206F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C206F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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