Html Css Color HEX #C722FB Electric Purple

📋 copy color: '#C722FB'

red 199 ◦ green 34 ◦ blue 251

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

Shades of Electric Purple #C722FB

Tints of Electric Purple #C722FB

RGB

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

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

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

R = 41.12%
G = 7.02%
B = 51.86%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C722FB (or 0xC722FB) is known color: Electric Purple. HEX triplet: C7, 22 and FB. RGB value is (199,34,251). Sum of RGB (Red+Green+Blue) = 199+34+251=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 34 (13.67% from 255 or 7.02% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #C722FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C722FB is #38DD04. Grayscale: #6B6B6B. Windows color (decimal): -3726597 or 16458439. OLE color: 16458439.

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

Color convert

RGB 199 34 251 -
CMYK 0.21 0.86 0 0.02
HSL 285.62º 0.96% 0.56% -
HSV(B) 285.62º 0.86% 0.98% -
XYZ 41.54 20.25 92.99 -
YUV 108.07 208.66 192.86 -
System Red Green Blue C M Y K H S L
Decimal 199 34 251 0.21 0.86 0 0.02 285.62 0.96 0.56
Hex C7 22 FB 15 56 0 2 11E 60 38
Octal 307 42 373 25 126 0 2 436 140 70
Binary 11000111 100010 11111011 10101 1010110 0 10 100011110 1100000 111000

Color Harmonies of #C722FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C722FB

Black with #C722FB

Text Example


Text Example

White with #C722FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C722FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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