Html Css Color HEX #C726EB Electric Purple

📋 copy color: '#C726EB'

red 199 ◦ green 38 ◦ blue 235

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

Shades of Electric Purple #C726EB

Tints of Electric Purple #C726EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 42.16%
G = 8.05%
B = 49.79%

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

#C726EB (or 0xC726EB) is known color: Electric Purple. HEX triplet: C7, 26 and EB. RGB value is (199,38,235). Sum of RGB (Red+Green+Blue) = 199+38+235=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #C726EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726EB is #38D914. Grayscale: #6B6B6B. Windows color (decimal): -3725589 or 15410887. OLE color: 15410887.

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

Color convert

RGB 199 38 235 -
CMYK 0.15 0.84 0 0.08
HSL 289.04º 0.83% 0.54% -
HSV(B) 289.04º 0.84% 0.92% -
XYZ 39.24 19.53 80.3 -
YUV 108.6 199.34 192.48 -
System Red Green Blue C M Y K H S L
Decimal 199 38 235 0.15 0.84 0 0.08 289.04 0.83 0.54
Hex C7 26 EB F 54 0 8 121 53 36
Octal 307 46 353 17 124 0 10 441 123 66
Binary 11000111 100110 11101011 1111 1010100 0 1000 100100001 1010011 110110

Color Harmonies of #C726EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726EB

Black with #C726EB

Text Example


Text Example

White with #C726EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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