Html Css Color HEX #C711EF Electric Purple

📋 copy color: '#C711EF'

red 199 ◦ green 17 ◦ blue 239

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

Shades of Electric Purple #C711EF

Tints of Electric Purple #C711EF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.74%

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 43.74%
G = 3.74%
B = 52.53%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C711EF (or 0xC711EF) is known color: Electric Purple. HEX triplet: C7, 11 and EF. RGB value is (199,17,239). Sum of RGB (Red+Green+Blue) = 199+17+239=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #C711EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C711EF is #38EE10. Grayscale: #606060. Windows color (decimal): -3730961 or 15667655. OLE color: 15667655.

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

Color convert

RGB 199 17 239 -
CMYK 0.17 0.93 0 0.06
HSL 289.19º 0.87% 0.5% -
HSV(B) 289.19º 0.93% 0.94% -
XYZ 39.33 18.78 83.21 -
YUV 96.73 208.3 200.95 -
System Red Green Blue C M Y K H S L
Decimal 199 17 239 0.17 0.93 0 0.06 289.19 0.87 0.5
Hex C7 11 EF 11 5D 0 6 121 57 32
Octal 307 21 357 21 135 0 6 441 127 62
Binary 11000111 10001 11101111 10001 1011101 0 110 100100001 1010111 110010

Color Harmonies of #C711EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C711EF

Black with #C711EF

Text Example


Text Example

White with #C711EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C711EF; }

 p { color: rgb(199,17,239); }

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

background-color css

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

 a { background-color: rgb(199,17,239); }

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

border-color css

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

 span { border-color: rgb(199,17,239); }

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