Html Css Color HEX #C205FB Electric Purple

📋 copy color: '#C205FB'

red 194 ◦ green 5 ◦ blue 251

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

Shades of Electric Purple #C205FB

Tints of Electric Purple #C205FB

RGB

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

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

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

R = 43.11%
G = 1.11%
B = 55.78%

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

#C205FB (or 0xC205FB) is known color: Electric Purple. HEX triplet: C2, 05 and FB. RGB value is (194,5,251). Sum of RGB (Red+Green+Blue) = 194+5+251=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #C205FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C205FB is #3DFA04. Grayscale: #585858. Windows color (decimal): -4061701 or 16451010. OLE color: 16451010.

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

Color convert

RGB 194 5 251 -
CMYK 0.23 0.98 0 0.02
HSL 286.1º 0.97% 0.5% -
HSV(B) 286.1º 0.98% 0.98% -
XYZ 39.71 18.54 92.75 -
YUV 89.56 219.12 202.5 -
System Red Green Blue C M Y K H S L
Decimal 194 5 251 0.23 0.98 0 0.02 286.1 0.97 0.5
Hex C2 5 FB 17 62 0 2 11E 61 32
Octal 302 5 373 27 142 0 2 436 141 62
Binary 11000010 101 11111011 10111 1100010 0 10 100011110 1100001 110010

Color Harmonies of #C205FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C205FB

Black with #C205FB

Text Example


Text Example

White with #C205FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C205FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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