Html Css Color HEX #C925F8 Electric Purple

📋 copy color: '#C925F8'

red 201 ◦ green 37 ◦ blue 248

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

Shades of Electric Purple #C925F8

Tints of Electric Purple #C925F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.03%

R = 41.36%
G = 7.61%
B = 51.03%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C925F8 (or 0xC925F8) is known color: Electric Purple. HEX triplet: C9, 25 and F8. RGB value is (201,37,248). Sum of RGB (Red+Green+Blue) = 201+37+248=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #C925F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C925F8 is #36DA07. Grayscale: #6D6D6D. Windows color (decimal): -3594760 or 16262601. OLE color: 16262601.

HSL color Cylindrical-coordinate representation of color #C925F8: hue angle of 286.64º degrees, saturation: 0.94, 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 #C925F8 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 37 248 -
CMYK 0.19 0.85 0 0.03
HSL 286.64º 0.94% 0.56% -
HSV(B) 286.64º 0.85% 0.97% -
XYZ 41.69 20.52 90.57 -
YUV 110.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 201 37 248 0.19 0.85 0 0.03 286.64 0.94 0.56
Hex C9 25 F8 13 55 0 3 11F 5E 38
Octal 311 45 370 23 125 0 3 437 136 70
Binary 11001001 100101 11111000 10011 1010101 0 11 100011111 1011110 111000

Color Harmonies of #C925F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925F8

Black with #C925F8

Text Example


Text Example

White with #C925F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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