#C907FD

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

Shades of Electric Purple #C907FD

Tints of Electric Purple #C907FD

Color information

#C907FD (or 0xC907FD) is unknown color: approx Electric Purple. HEX triplet: C9, 07 and FD. RGB value is (201,7,253). Sum of RGB (Red+Green+Blue) = 201+7+253=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #C907FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907FD is #36F802. Grayscale: #5C5C5C. Windows color (decimal): -3602435 or 16582601. OLE color: 16582601.

HSL color Cylindrical-coordinate representation of color #C907FD: hue angle of 287.32º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907FD is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2017253-
CMYK0.210.9700.01
HSL287.32º98.4%50.98%-
HSV(B)287.32º97.23%99.22%-
XYZ41.8919.6694.52-
YUV93.05218.27205-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 7 (3.12% from 255) = 1.52%
BLUE value IS 253 (99.22% from 255) = 54.88%
R=43.60%
G=1.52%
B=54.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20172530.210.9700.01287.3298.450.98
HexC97FD15610111f6233
Octal3117375251410143714263
Binary1100100111111111101101011100001011000111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C907FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C907FD; }

 p { color: rgb(201,7,253); }

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

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

 a { background-color: rgb(201,7,253); }

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

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

 span { border-color: rgb(201,7,253); }

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