Html Css Color HEX #C205F9 Electric Purple

📋 copy color: '#C205F9'

red 194 ◦ green 5 ◦ blue 249

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

Shades of Electric Purple #C205F9

Tints of Electric Purple #C205F9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.12%

 BLUE value IS 249 (97.66% from 255) = 55.58%

R = 43.3%
G = 1.12%
B = 55.58%

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

#C205F9 (or 0xC205F9) is known color: Electric Purple. HEX triplet: C2, 05 and F9. RGB value is (194,5,249). Sum of RGB (Red+Green+Blue) = 194+5+249=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 5 (2.34% from 255 or 1.12% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #C205F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C205F9 is #3DFA06. Grayscale: #585858. Windows color (decimal): -4061703 or 16319938. OLE color: 16319938.

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

Color convert

RGB 194 5 249 -
CMYK 0.22 0.98 0 0.02
HSL 286.48º 0.96% 0.5% -
HSV(B) 286.48º 0.98% 0.98% -
XYZ 39.4 18.42 91.1 -
YUV 89.33 218.12 202.66 -
System Red Green Blue C M Y K H S L
Decimal 194 5 249 0.22 0.98 0 0.02 286.48 0.96 0.5
Hex C2 5 F9 16 62 0 2 11E 60 32
Octal 302 5 371 26 142 0 2 436 140 62
Binary 11000010 101 11111001 10110 1100010 0 10 100011110 1100000 110010

Color Harmonies of #C205F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205F9

Black with #C205F9

Text Example


Text Example

White with #C205F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205F9; }

 p { color: rgb(194,5,249); }

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

background-color css

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

 a { background-color: rgb(194,5,249); }

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

border-color css

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

 span { border-color: rgb(194,5,249); }

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