Html Css Color HEX #C726E7 Electric Purple

📋 copy color: '#C726E7'

red 199 ◦ green 38 ◦ blue 231

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

Shades of Electric Purple #C726E7

Tints of Electric Purple #C726E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.36%

R = 42.52%
G = 8.12%
B = 49.36%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C726E7 (or 0xC726E7) is known color: Electric Purple. HEX triplet: C7, 26 and E7. RGB value is (199,38,231). Sum of RGB (Red+Green+Blue) = 199+38+231=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #C726E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726E7 is #38D918. Grayscale: #6B6B6B. Windows color (decimal): -3725593 or 15148743. OLE color: 15148743.

HSL color Cylindrical-coordinate representation of color #C726E7: hue angle of 290.05º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C726E7 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 199 38 231 -
CMYK 0.14 0.84 0 0.09
HSL 290.05º 0.8% 0.53% -
HSV(B) 290.05º 0.84% 0.91% -
XYZ 38.67 19.3 77.29 -
YUV 108.14 197.34 192.81 -
System Red Green Blue C M Y K H S L
Decimal 199 38 231 0.14 0.84 0 0.09 290.05 0.8 0.53
Hex C7 26 E7 E 54 0 9 122 50 35
Octal 307 46 347 16 124 0 11 442 120 65
Binary 11000111 100110 11100111 1110 1010100 0 1001 100100010 1010000 110101

Color Harmonies of #C726E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726E7

Black with #C726E7

Text Example


Text Example

White with #C726E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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