Html Css Color HEX #C725EF Electric Purple

📋 copy color: '#C725EF'

red 199 ◦ green 37 ◦ blue 239

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

Shades of Electric Purple #C725EF

Tints of Electric Purple #C725EF

RGB

 RED value IS 199 (78.13% from 255) = 41.89%

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

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

R = 41.89%
G = 7.79%
B = 50.32%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C725EF (or 0xC725EF) is known color: Electric Purple. HEX triplet: C7, 25 and EF. RGB value is (199,37,239). Sum of RGB (Red+Green+Blue) = 199+37+239=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #C725EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C725EF is #38DA10. Grayscale: #6B6B6B. Windows color (decimal): -3725841 or 15672775. OLE color: 15672775.

HSL color Cylindrical-coordinate representation of color #C725EF: hue angle of 288.12º 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 #C725EF is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 37 239 -
CMYK 0.17 0.85 0 0.06
HSL 288.12º 0.86% 0.54% -
HSV(B) 288.12º 0.85% 0.94% -
XYZ 39.79 19.7 83.37 -
YUV 108.47 201.67 192.57 -
System Red Green Blue C M Y K H S L
Decimal 199 37 239 0.17 0.85 0 0.06 288.12 0.86 0.54
Hex C7 25 EF 11 55 0 6 120 56 36
Octal 307 45 357 21 125 0 6 440 126 66
Binary 11000111 100101 11101111 10001 1010101 0 110 100100000 1010110 110110

Color Harmonies of #C725EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C725EF

Black with #C725EF

Text Example


Text Example

White with #C725EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C725EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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