Html Css Color HEX #C925FA Electric Purple

📋 copy color: '#C925FA'

red 201 ◦ green 37 ◦ blue 250

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

Shades of Electric Purple #C925FA

Tints of Electric Purple #C925FA

RGB

 RED value IS 201 (78.91% from 255) = 41.19%

 GREEN value IS 37 (14.84% from 255) = 7.58%

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 41.19%
G = 7.58%
B = 51.23%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C925FA (or 0xC925FA) is known color: Electric Purple. HEX triplet: C9, 25 and FA. RGB value is (201,37,250). Sum of RGB (Red+Green+Blue) = 201+37+250=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 37 (14.84% from 255 or 7.58% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #C925FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C925FA is #36DA05. Grayscale: #6D6D6D. Windows color (decimal): -3594758 or 16393673. OLE color: 16393673.

HSL color Cylindrical-coordinate representation of color #C925FA: hue angle of 286.2º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C925FA is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 37 250 -
CMYK 0.20 0.85 0 0.02
HSL 286.2º 0.96% 0.56% -
HSV(B) 286.2º 0.85% 0.98% -
XYZ 42 20.64 92.21 -
YUV 110.32 206.83 192.68 -
System Red Green Blue C M Y K H S L
Decimal 201 37 250 0.20 0.85 0 0.02 286.2 0.96 0.56
Hex C9 25 FA 14 55 0 2 11E 60 38
Octal 311 45 372 24 125 0 2 436 140 70
Binary 11001001 100101 11111010 10100 1010101 0 10 100011110 1100000 111000

Color Harmonies of #C925FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925FA

Black with #C925FA

Text Example


Text Example

White with #C925FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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