#C605FB

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

Shades of Electric Purple #C605FB

Tints of Electric Purple #C605FB

Color information

#C605FB (or 0xC605FB) is unknown color: approx Electric Purple. HEX triplet: C6, 05 and FB. RGB value is (198,5,251). Sum of RGB (Red+Green+Blue) = 198+5+251=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #C605FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C605FB is #39FA04. Grayscale: #595959. Windows color (decimal): -3799557 or 16451014. OLE color: 16451014.

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

Color convert

RGB1985251-
CMYK0.210.9800.02
HSL287.07º96.85%50.2%-
HSV(B)287.07º98.01%98.43%-
XYZ40.7619.0892.8-
YUV90.75218.44204.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 5 (2.34% from 255) = 1.10%
BLUE value IS 251 (98.44% from 255) = 55.29%
R=43.61%
G=1.10%
B=55.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19852510.210.9800.02287.0796.8550.2
HexC65FB15620211f6132
Octal3065373251420243714162
Binary11000110101111110111010111000100101000111111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C605FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C605FB; }

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

 H1.HeaderClassName
 {
   color: #C605FB;
 }
 .AnyTagClassName
 {
   color: #C605FB;
 }
</style>
background-color css

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

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

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

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

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

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