Html Css Color HEX #C72BFE Electric Purple

📋 copy color: '#C72BFE'

red 199 ◦ green 43 ◦ blue 254

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

Shades of Electric Purple #C72BFE

Tints of Electric Purple #C72BFE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.67%

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

R = 40.12%
G = 8.67%
B = 51.21%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C72BFE (or 0xC72BFE) is known color: Electric Purple. HEX triplet: C7, 2B and FE. RGB value is (199,43,254). Sum of RGB (Red+Green+Blue) = 199+43+254=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #C72BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72BFE is #38D401. Grayscale: #717171. Windows color (decimal): -3724290 or 16657351. OLE color: 16657351.

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

Color convert

RGB 199 43 254 -
CMYK 0.22 0.83 0 0.00
HSL 284.36º 0.99% 0.58% -
HSV(B) 284.36º 0.83% 1% -
XYZ 42.31 21.03 95.59 -
YUV 113.7 207.18 188.84 -
System Red Green Blue C M Y K H S L
Decimal 199 43 254 0.22 0.83 0 0.00 284.36 0.99 0.58
Hex C7 2B FE 16 53 0 0 11C 63 3A
Octal 307 53 376 26 123 0 0 434 143 72
Binary 11000111 101011 11111110 10110 1010011 0 0 100011100 1100011 111010

Color Harmonies of #C72BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BFE

Black with #C72BFE

Text Example


Text Example

White with #C72BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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