Html Css Color HEX #C726F9 Electric Purple

📋 copy color: '#C726F9'

red 199 ◦ green 38 ◦ blue 249

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

Shades of Electric Purple #C726F9

Tints of Electric Purple #C726F9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.82%

 BLUE value IS 249 (97.66% from 255) = 51.23%

R = 40.95%
G = 7.82%
B = 51.23%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C726F9 (or 0xC726F9) is known color: Electric Purple. HEX triplet: C7, 26 and F9. RGB value is (199,38,249). Sum of RGB (Red+Green+Blue) = 199+38+249=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #C726F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726F9 is #38D906. Grayscale: #6D6D6D. Windows color (decimal): -3725575 or 16328391. OLE color: 16328391.

HSL color Cylindrical-coordinate representation of color #C726F9: hue angle of 285.78º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C726F9 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 38 249 -
CMYK 0.20 0.85 0 0.02
HSL 285.78º 0.95% 0.56% -
HSV(B) 285.78º 0.85% 0.98% -
XYZ 41.35 20.37 91.37 -
YUV 110.19 206.34 191.34 -
System Red Green Blue C M Y K H S L
Decimal 199 38 249 0.20 0.85 0 0.02 285.78 0.95 0.56
Hex C7 26 F9 14 55 0 2 11E 5F 38
Octal 307 46 371 24 125 0 2 436 137 70
Binary 11000111 100110 11111001 10100 1010101 0 10 100011110 1011111 111000

Color Harmonies of #C726F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726F9

Black with #C726F9

Text Example


Text Example

White with #C726F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726F9; }

 p { color: rgb(199,38,249); }

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

background-color css

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

 a { background-color: rgb(199,38,249); }

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

border-color css

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

 span { border-color: rgb(199,38,249); }

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