Html Css Color HEX #C925FC Electric Purple

📋 copy color: '#C925FC'

red 201 ◦ green 37 ◦ blue 252

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

Shades of Electric Purple #C925FC

Tints of Electric Purple #C925FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 41.02%
G = 7.55%
B = 51.43%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C925FC (or 0xC925FC) is known color: Electric Purple. HEX triplet: C9, 25 and FC. RGB value is (201,37,252). Sum of RGB (Red+Green+Blue) = 201+37+252=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #C925FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C925FC is #36DA03. Grayscale: #6D6D6D. Windows color (decimal): -3594756 or 16524745. OLE color: 16524745.

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

Color convert

RGB 201 37 252 -
CMYK 0.20 0.85 0 0.01
HSL 285.77º 0.97% 0.57% -
HSV(B) 285.77º 0.85% 0.99% -
XYZ 42.32 20.77 93.87 -
YUV 110.55 207.83 192.52 -
System Red Green Blue C M Y K H S L
Decimal 201 37 252 0.20 0.85 0 0.01 285.77 0.97 0.57
Hex C9 25 FC 14 55 0 1 11E 61 39
Octal 311 45 374 24 125 0 1 436 141 71
Binary 11001001 100101 11111100 10100 1010101 0 1 100011110 1100001 111001

Color Harmonies of #C925FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925FC

Black with #C925FC

Text Example


Text Example

White with #C925FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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