Html Css Color HEX #C726EF Electric Purple

📋 copy color: '#C726EF'

red 199 ◦ green 38 ◦ blue 239

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

Shades of Electric Purple #C726EF

Tints of Electric Purple #C726EF

RGB

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

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

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

R = 41.81%
G = 7.98%
B = 50.21%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C726EF (or 0xC726EF) is known color: Electric Purple. HEX triplet: C7, 26 and EF. RGB value is (199,38,239). Sum of RGB (Red+Green+Blue) = 199+38+239=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #C726EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726EF is #38D910. Grayscale: #6C6C6C. Windows color (decimal): -3725585 or 15673031. OLE color: 15673031.

HSL color Cylindrical-coordinate representation of color #C726EF: hue angle of 288.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C726EF is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 38 239 -
CMYK 0.17 0.84 0 0.06
HSL 288.06º 0.86% 0.54% -
HSV(B) 288.06º 0.84% 0.94% -
XYZ 39.83 19.76 83.38 -
YUV 109.05 201.34 192.16 -
System Red Green Blue C M Y K H S L
Decimal 199 38 239 0.17 0.84 0 0.06 288.06 0.86 0.54
Hex C7 26 EF 11 54 0 6 120 56 36
Octal 307 46 357 21 124 0 6 440 126 66
Binary 11000111 100110 11101111 10001 1010100 0 110 100100000 1010110 110110

Color Harmonies of #C726EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726EF

Black with #C726EF

Text Example


Text Example

White with #C726EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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