#C925F7

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

Shades of Electric Purple #C925F7

Tints of Electric Purple #C925F7

Color information

#C925F7 (or 0xC925F7) is unknown color: approx Electric Purple. HEX triplet: C9, 25 and F7. RGB value is (201,37,247). Sum of RGB (Red+Green+Blue) = 201+37+247=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #C925F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C925F7 is #36DA08. Grayscale: #6D6D6D. Windows color (decimal): -3594761 or 16197065. OLE color: 16197065.

HSL color Cylindrical-coordinate representation of color #C925F7: hue angle of 286.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C925F7 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20137247-
CMYK0.190.8500.03
HSL286.86º92.92%55.69%-
HSV(B)286.86º85.02%96.86%-
XYZ41.5420.4689.75-
YUV109.98205.33192.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 37 (14.84% from 255) = 7.63%
BLUE value IS 247 (96.88% from 255) = 50.93%
R=41.44%
G=7.63%
B=50.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal201372470.190.8500.03286.8692.9255.69
HexC925F713550311f5d38
Octal31145367231250343713570
Binary11001001100101111101111001110101010111000111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C925F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C925F7; }

 p { color: rgb(201,37,247); }

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

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

 a { background-color: rgb(201,37,247); }

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

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

 span { border-color: rgb(201,37,247); }

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