Html Css Color HEX #C714EE Electric Purple

📋 copy color: '#C714EE'

red 199 ◦ green 20 ◦ blue 238

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

Shades of Electric Purple #C714EE

Tints of Electric Purple #C714EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.38%

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

R = 43.54%
G = 4.38%
B = 52.08%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C714EE (or 0xC714EE) is known color: Electric Purple. HEX triplet: C7, 14 and EE. RGB value is (199,20,238). Sum of RGB (Red+Green+Blue) = 199+20+238=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #C714EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C714EE is #38EB11. Grayscale: #616161. Windows color (decimal): -3730194 or 15602887. OLE color: 15602887.

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

Color convert

RGB 199 20 238 -
CMYK 0.16 0.92 0 0.07
HSL 289.27º 0.87% 0.51% -
HSV(B) 289.27º 0.92% 0.93% -
XYZ 39.24 18.82 82.45 -
YUV 98.37 206.8 199.77 -
System Red Green Blue C M Y K H S L
Decimal 199 20 238 0.16 0.92 0 0.07 289.27 0.87 0.51
Hex C7 14 EE 10 5C 0 7 121 57 33
Octal 307 24 356 20 134 0 7 441 127 63
Binary 11000111 10100 11101110 10000 1011100 0 111 100100001 1010111 110011

Color Harmonies of #C714EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C714EE

Black with #C714EE

Text Example


Text Example

White with #C714EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C714EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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