Html Css Color HEX #C726F5 Electric Purple

📋 copy color: '#C726F5'

red 199 ◦ green 38 ◦ blue 245

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

Shades of Electric Purple #C726F5

Tints of Electric Purple #C726F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.83%

R = 41.29%
G = 7.88%
B = 50.83%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C726F5 (or 0xC726F5) is known color: Electric Purple. HEX triplet: C7, 26 and F5. RGB value is (199,38,245). Sum of RGB (Red+Green+Blue) = 199+38+245=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #C726F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726F5 is #38D90A. Grayscale: #6D6D6D. Windows color (decimal): -3725579 or 16066247. OLE color: 16066247.

HSL color Cylindrical-coordinate representation of color #C726F5: hue angle of 286.67º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C726F5 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 199 38 245 -
CMYK 0.19 0.84 0 0.04
HSL 286.67º 0.91% 0.55% -
HSV(B) 286.67º 0.84% 0.96% -
XYZ 40.73 20.12 88.12 -
YUV 109.74 204.34 191.67 -
System Red Green Blue C M Y K H S L
Decimal 199 38 245 0.19 0.84 0 0.04 286.67 0.91 0.55
Hex C7 26 F5 13 54 0 4 11F 5B 37
Octal 307 46 365 23 124 0 4 437 133 67
Binary 11000111 100110 11110101 10011 1010100 0 100 100011111 1011011 110111

Color Harmonies of #C726F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726F5

Black with #C726F5

Text Example


Text Example

White with #C726F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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