Html Css Color HEX #C726FB Electric Purple

📋 copy color: '#C726FB'

red 199 ◦ green 38 ◦ blue 251

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

Shades of Electric Purple #C726FB

Tints of Electric Purple #C726FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 40.78%
G = 7.79%
B = 51.43%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C726FB (or 0xC726FB) is known color: Electric Purple. HEX triplet: C7, 26 and FB. RGB value is (199,38,251). Sum of RGB (Red+Green+Blue) = 199+38+251=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #C726FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726FB is #38D904. Grayscale: #6D6D6D. Windows color (decimal): -3725573 or 16459463. OLE color: 16459463.

HSL color Cylindrical-coordinate representation of color #C726FB: hue angle of 285.35º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C726FB is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 38 251 -
CMYK 0.21 0.85 0 0.02
HSL 285.35º 0.96% 0.57% -
HSV(B) 285.35º 0.85% 0.98% -
XYZ 41.66 20.49 93.03 -
YUV 110.42 207.34 191.18 -
System Red Green Blue C M Y K H S L
Decimal 199 38 251 0.21 0.85 0 0.02 285.35 0.96 0.57
Hex C7 26 FB 15 55 0 2 11D 60 39
Octal 307 46 373 25 125 0 2 435 140 71
Binary 11000111 100110 11111011 10101 1010101 0 10 100011101 1100000 111001

Color Harmonies of #C726FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726FB

Black with #C726FB

Text Example


Text Example

White with #C726FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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