Html Css Color HEX #C710EE Electric Purple

📋 copy color: '#C710EE'

red 199 ◦ green 16 ◦ blue 238

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

Shades of Electric Purple #C710EE

Tints of Electric Purple #C710EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 43.93%
G = 3.53%
B = 52.54%

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

#C710EE (or 0xC710EE) is known color: Electric Purple. HEX triplet: C7, 10 and EE. RGB value is (199,16,238). Sum of RGB (Red+Green+Blue) = 199+16+238=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #C710EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C710EE is #38EF11. Grayscale: #5F5F5F. Windows color (decimal): -3731218 or 15601863. OLE color: 15601863.

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

Color convert

RGB 199 16 238 -
CMYK 0.16 0.93 0 0.07
HSL 289.46º 0.87% 0.5% -
HSV(B) 289.46º 0.93% 0.93% -
XYZ 39.17 18.69 82.43 -
YUV 96.03 208.13 201.45 -
System Red Green Blue C M Y K H S L
Decimal 199 16 238 0.16 0.93 0 0.07 289.46 0.87 0.5
Hex C7 10 EE 10 5D 0 7 121 57 32
Octal 307 20 356 20 135 0 7 441 127 62
Binary 11000111 10000 11101110 10000 1011101 0 111 100100001 1010111 110010

Color Harmonies of #C710EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710EE

Black with #C710EE

Text Example


Text Example

White with #C710EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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