Html Css Color HEX #C72EFE Electric Purple

📋 copy color: '#C72EFE'

red 199 ◦ green 46 ◦ blue 254

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

Shades of Electric Purple #C72EFE

Tints of Electric Purple #C72EFE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.22%

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

R = 39.88%
G = 9.22%
B = 50.9%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C72EFE (or 0xC72EFE) is known color: Electric Purple. HEX triplet: C7, 2E and FE. RGB value is (199,46,254). Sum of RGB (Red+Green+Blue) = 199+46+254=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #C72EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72EFE is #38D101. Grayscale: #727272. Windows color (decimal): -3723522 or 16658119. OLE color: 16658119.

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

Color convert

RGB 199 46 254 -
CMYK 0.22 0.82 0 0.00
HSL 284.13º 0.99% 0.59% -
HSV(B) 284.13º 0.82% 1% -
XYZ 42.42 21.25 95.63 -
YUV 115.46 206.19 187.59 -
System Red Green Blue C M Y K H S L
Decimal 199 46 254 0.22 0.82 0 0.00 284.13 0.99 0.59
Hex C7 2E FE 16 52 0 0 11C 63 3B
Octal 307 56 376 26 122 0 0 434 143 73
Binary 11000111 101110 11111110 10110 1010010 0 0 100011100 1100011 111011

Color Harmonies of #C72EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72EFE

Black with #C72EFE

Text Example


Text Example

White with #C72EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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