Html Css Color HEX #C722FE Electric Purple

📋 copy color: '#C722FE'

red 199 ◦ green 34 ◦ blue 254

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

Shades of Electric Purple #C722FE

Tints of Electric Purple #C722FE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.98%

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

R = 40.86%
G = 6.98%
B = 52.16%

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

#C722FE (or 0xC722FE) is known color: Electric Purple. HEX triplet: C7, 22 and FE. RGB value is (199,34,254). Sum of RGB (Red+Green+Blue) = 199+34+254=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 34 (13.67% from 255 or 6.98% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #C722FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C722FE is #38DD01. Grayscale: #6B6B6B. Windows color (decimal): -3726594 or 16655047. OLE color: 16655047.

HSL color Cylindrical-coordinate representation of color #C722FE: hue angle of 285º 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 #C722FE is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 34 254 -
CMYK 0.22 0.87 0 0.00
HSL 285º 0.99% 0.56% -
HSV(B) 285º 0.87% 1% -
XYZ 42.01 20.44 95.5 -
YUV 108.42 210.16 192.61 -
System Red Green Blue C M Y K H S L
Decimal 199 34 254 0.22 0.87 0 0.00 285 0.99 0.56
Hex C7 22 FE 16 57 0 0 11D 63 38
Octal 307 42 376 26 127 0 0 435 143 70
Binary 11000111 100010 11111110 10110 1010111 0 0 100011101 1100011 111000

Color Harmonies of #C722FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C722FE

Black with #C722FE

Text Example


Text Example

White with #C722FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C722FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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