Html Css Color HEX #C726EA Electric Purple

📋 copy color: '#C726EA'

red 199 ◦ green 38 ◦ blue 234

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

Shades of Electric Purple #C726EA

Tints of Electric Purple #C726EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 42.25%
G = 8.07%
B = 49.68%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C726EA (or 0xC726EA) is known color: Electric Purple. HEX triplet: C7, 26 and EA. RGB value is (199,38,234). Sum of RGB (Red+Green+Blue) = 199+38+234=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #C726EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726EA is #38D915. Grayscale: #6B6B6B. Windows color (decimal): -3725590 or 15345351. OLE color: 15345351.

HSL color Cylindrical-coordinate representation of color #C726EA: hue angle of 289.29º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C726EA is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 38 234 -
CMYK 0.15 0.84 0 0.08
HSL 289.29º 0.82% 0.53% -
HSV(B) 289.29º 0.84% 0.92% -
XYZ 39.1 19.47 79.54 -
YUV 108.48 198.84 192.56 -
System Red Green Blue C M Y K H S L
Decimal 199 38 234 0.15 0.84 0 0.08 289.29 0.82 0.53
Hex C7 26 EA F 54 0 8 121 52 35
Octal 307 46 352 17 124 0 10 441 122 65
Binary 11000111 100110 11101010 1111 1010100 0 1000 100100001 1010010 110101

Color Harmonies of #C726EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726EA

Black with #C726EA

Text Example


Text Example

White with #C726EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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