Html Css Color HEX #C925FE Electric Purple

📋 copy color: '#C925FE'

red 201 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #C925FE

Tints of Electric Purple #C925FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.63%

R = 40.85%
G = 7.52%
B = 51.63%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C925FE (or 0xC925FE) is known color: Electric Purple. HEX triplet: C9, 25 and FE. RGB value is (201,37,254). Sum of RGB (Red+Green+Blue) = 201+37+254=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #C925FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C925FE is #36DA01. Grayscale: #6E6E6E. Windows color (decimal): -3594754 or 16655817. OLE color: 16655817.

HSL color Cylindrical-coordinate representation of color #C925FE: hue angle of 285.35º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C925FE is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 37 254 -
CMYK 0.21 0.85 0 0.00
HSL 285.35º 0.99% 0.57% -
HSV(B) 285.35º 0.85% 1% -
XYZ 42.64 20.9 95.55 -
YUV 110.77 208.83 192.36 -
System Red Green Blue C M Y K H S L
Decimal 201 37 254 0.21 0.85 0 0.00 285.35 0.99 0.57
Hex C9 25 FE 15 55 0 0 11D 63 39
Octal 311 45 376 25 125 0 0 435 143 71
Binary 11001001 100101 11111110 10101 1010101 0 0 100011101 1100011 111001

Color Harmonies of #C925FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925FE

Black with #C925FE

Text Example


Text Example

White with #C925FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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