#C205FB

Color #C205FB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C205FB

Tints of Electric Purple #C205FB

Color information

#C205FB (or 0xC205FB) is unknown color: approx 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

RGB1945251-
CMYK0.230.9800.02
HSL286.1º96.85%50.2%-
HSV(B)286.1º98.01%98.43%-
XYZ39.7118.5492.75-
YUV89.56219.12202.5-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19452510.230.9800.02286.196.8550.2
HexC25FB17620211e6132
Octal3025373271420243614162
Binary11000010101111110111011111000100101000111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C205FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>