Html Css Color HEX #C710EC Electric Purple

📋 copy color: '#C710EC'

red 199 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #C710EC

Tints of Electric Purple #C710EC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.55%

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

R = 44.12%
G = 3.55%
B = 52.33%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C710EC (or 0xC710EC) is known color: Electric Purple. HEX triplet: C7, 10 and EC. RGB value is (199,16,236). Sum of RGB (Red+Green+Blue) = 199+16+236=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #C710EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C710EC is #38EF13. Grayscale: #5F5F5F. Windows color (decimal): -3731220 or 15470791. OLE color: 15470791.

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

Color convert

RGB 199 16 236 -
CMYK 0.16 0.93 0 0.07
HSL 289.91º 0.87% 0.49% -
HSV(B) 289.91º 0.93% 0.93% -
XYZ 38.88 18.57 80.89 -
YUV 95.8 207.13 201.61 -
System Red Green Blue C M Y K H S L
Decimal 199 16 236 0.16 0.93 0 0.07 289.91 0.87 0.49
Hex C7 10 EC 10 5D 0 7 122 57 31
Octal 307 20 354 20 135 0 7 442 127 61
Binary 11000111 10000 11101100 10000 1011101 0 111 100100010 1010111 110001

Color Harmonies of #C710EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710EC

Black with #C710EC

Text Example


Text Example

White with #C710EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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