Html Css Color HEX #C925EF Electric Purple

📋 copy color: '#C925EF'

red 201 ◦ green 37 ◦ blue 239

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

Shades of Electric Purple #C925EF

Tints of Electric Purple #C925EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.1%

R = 42.14%
G = 7.76%
B = 50.1%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C925EF (or 0xC925EF) is known color: Electric Purple. HEX triplet: C9, 25 and EF. RGB value is (201,37,239). Sum of RGB (Red+Green+Blue) = 201+37+239=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #C925EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C925EF is #36DA10. Grayscale: #6C6C6C. Windows color (decimal): -3594769 or 15672777. OLE color: 15672777.

HSL color Cylindrical-coordinate representation of color #C925EF: hue angle of 288.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C925EF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 37 239 -
CMYK 0.16 0.85 0 0.06
HSL 288.71º 0.86% 0.54% -
HSV(B) 288.71º 0.85% 0.94% -
XYZ 40.33 19.97 83.39 -
YUV 109.06 201.33 193.57 -
System Red Green Blue C M Y K H S L
Decimal 201 37 239 0.16 0.85 0 0.06 288.71 0.86 0.54
Hex C9 25 EF 10 55 0 6 121 56 36
Octal 311 45 357 20 125 0 6 441 126 66
Binary 11001001 100101 11101111 10000 1010101 0 110 100100001 1010110 110110

Color Harmonies of #C925EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925EF

Black with #C925EF

Text Example


Text Example

White with #C925EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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