Html Css Color HEX #C720EC Electric Purple

📋 copy color: '#C720EC'

red 199 ◦ green 32 ◦ blue 236

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

Shades of Electric Purple #C720EC

Tints of Electric Purple #C720EC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.85%

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 42.61%
G = 6.85%
B = 50.54%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C720EC (or 0xC720EC) is known color: Electric Purple. HEX triplet: C7, 20 and EC. RGB value is (199,32,236). Sum of RGB (Red+Green+Blue) = 199+32+236=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #C720EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720EC is #38DF13. Grayscale: #686868. Windows color (decimal): -3727124 or 15474887. OLE color: 15474887.

HSL color Cylindrical-coordinate representation of color #C720EC: hue angle of 289.12º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C720EC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 32 236 -
CMYK 0.16 0.86 0 0.07
HSL 289.12º 0.84% 0.53% -
HSV(B) 289.12º 0.86% 0.93% -
XYZ 39.21 19.23 81 -
YUV 105.19 201.83 194.91 -
System Red Green Blue C M Y K H S L
Decimal 199 32 236 0.16 0.86 0 0.07 289.12 0.84 0.53
Hex C7 20 EC 10 56 0 7 121 54 35
Octal 307 40 354 20 126 0 7 441 124 65
Binary 11000111 100000 11101100 10000 1010110 0 111 100100001 1010100 110101

Color Harmonies of #C720EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720EC

Black with #C720EC

Text Example


Text Example

White with #C720EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720EC; }

 p { color: rgb(199,32,236); }

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

background-color css

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

 a { background-color: rgb(199,32,236); }

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

border-color css

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

 span { border-color: rgb(199,32,236); }

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