Html Css Color HEX #C721FE Electric Purple

📋 copy color: '#C721FE'

red 199 ◦ green 33 ◦ blue 254

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

Shades of Electric Purple #C721FE

Tints of Electric Purple #C721FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 40.95%
G = 6.79%
B = 52.26%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C721FE (or 0xC721FE) is known color: Electric Purple. HEX triplet: C7, 21 and FE. RGB value is (199,33,254). Sum of RGB (Red+Green+Blue) = 199+33+254=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 33 (13.28% from 255 or 6.79% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #C721FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C721FE is #38DE01. Grayscale: #6B6B6B. Windows color (decimal): -3726850 or 16654791. OLE color: 16654791.

HSL color Cylindrical-coordinate representation of color #C721FE: hue angle of 285.07º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C721FE is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 33 254 -
CMYK 0.22 0.87 0 0.00
HSL 285.07º 0.99% 0.56% -
HSV(B) 285.07º 0.87% 1% -
XYZ 41.99 20.39 95.49 -
YUV 107.83 210.5 193.03 -
System Red Green Blue C M Y K H S L
Decimal 199 33 254 0.22 0.87 0 0.00 285.07 0.99 0.56
Hex C7 21 FE 16 57 0 0 11D 63 38
Octal 307 41 376 26 127 0 0 435 143 70
Binary 11000111 100001 11111110 10110 1010111 0 0 100011101 1100011 111000

Color Harmonies of #C721FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C721FE

Black with #C721FE

Text Example


Text Example

White with #C721FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C721FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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