Html Css Color HEX #C721FA Electric Purple

📋 copy color: '#C721FA'

red 199 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #C721FA

Tints of Electric Purple #C721FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 41.29%
G = 6.85%
B = 51.87%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C721FA (or 0xC721FA) is known color: Electric Purple. HEX triplet: C7, 21 and FA. RGB value is (199,33,250). Sum of RGB (Red+Green+Blue) = 199+33+250=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #C721FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C721FA is #38DE05. Grayscale: #6A6A6A. Windows color (decimal): -3726854 or 16392647. OLE color: 16392647.

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

Color convert

RGB 199 33 250 -
CMYK 0.20 0.87 0 0.02
HSL 285.9º 0.96% 0.55% -
HSV(B) 285.9º 0.87% 0.98% -
XYZ 41.35 20.13 92.15 -
YUV 107.37 208.5 193.36 -
System Red Green Blue C M Y K H S L
Decimal 199 33 250 0.20 0.87 0 0.02 285.9 0.96 0.55
Hex C7 21 FA 14 57 0 2 11E 60 37
Octal 307 41 372 24 127 0 2 436 140 67
Binary 11000111 100001 11111010 10100 1010111 0 10 100011110 1100000 110111

Color Harmonies of #C721FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721FA

Black with #C721FA

Text Example


Text Example

White with #C721FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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