Html Css Color HEX #C726EC Electric Purple

📋 copy color: '#C726EC'

red 199 ◦ green 38 ◦ blue 236

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

Shades of Electric Purple #C726EC

Tints of Electric Purple #C726EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 42.07%
G = 8.03%
B = 49.89%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C726EC (or 0xC726EC) is known color: Electric Purple. HEX triplet: C7, 26 and EC. RGB value is (199,38,236). Sum of RGB (Red+Green+Blue) = 199+38+236=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #C726EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726EC is #38D913. Grayscale: #6C6C6C. Windows color (decimal): -3725588 or 15476423. OLE color: 15476423.

HSL color Cylindrical-coordinate representation of color #C726EC: hue angle of 288.79º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C726EC is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 38 236 -
CMYK 0.16 0.84 0 0.07
HSL 288.79º 0.84% 0.54% -
HSV(B) 288.79º 0.84% 0.93% -
XYZ 39.39 19.58 81.06 -
YUV 108.71 199.84 192.4 -
System Red Green Blue C M Y K H S L
Decimal 199 38 236 0.16 0.84 0 0.07 288.79 0.84 0.54
Hex C7 26 EC 10 54 0 7 121 54 36
Octal 307 46 354 20 124 0 7 441 124 66
Binary 11000111 100110 11101100 10000 1010100 0 111 100100001 1010100 110110

Color Harmonies of #C726EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726EC

Black with #C726EC

Text Example


Text Example

White with #C726EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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