Html Css Color HEX #C721E5 Electric Purple

📋 copy color: '#C721E5'

red 199 ◦ green 33 ◦ blue 229

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

Shades of Electric Purple #C721E5

Tints of Electric Purple #C721E5

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.16%

 BLUE value IS 229 (89.84% from 255) = 49.67%

R = 43.17%
G = 7.16%
B = 49.67%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C721E5 (or 0xC721E5) is known color: Electric Purple. HEX triplet: C7, 21 and E5. RGB value is (199,33,229). Sum of RGB (Red+Green+Blue) = 199+33+229=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #C721E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C721E5 is #38DE1A. Grayscale: #686868. Windows color (decimal): -3726875 or 15016391. OLE color: 15016391.

HSL color Cylindrical-coordinate representation of color #C721E5: hue angle of 290.82º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C721E5 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 199 33 229 -
CMYK 0.13 0.86 0 0.10
HSL 290.82º 0.79% 0.51% -
HSV(B) 290.82º 0.86% 0.9% -
XYZ 38.24 18.89 75.76 -
YUV 104.98 198 195.06 -
System Red Green Blue C M Y K H S L
Decimal 199 33 229 0.13 0.86 0 0.10 290.82 0.79 0.51
Hex C7 21 E5 D 56 0 A 123 4F 33
Octal 307 41 345 15 126 0 12 443 117 63
Binary 11000111 100001 11100101 1101 1010110 0 1010 100100011 1001111 110011

Color Harmonies of #C721E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721E5

Black with #C721E5

Text Example


Text Example

White with #C721E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721E5; }

 p { color: rgb(199,33,229); }

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

background-color css

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

 a { background-color: rgb(199,33,229); }

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

border-color css

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

 span { border-color: rgb(199,33,229); }

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