Html Css Color HEX #C71EED Electric Purple

📋 copy color: '#C71EED'

red 199 ◦ green 30 ◦ blue 237

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

Shades of Electric Purple #C71EED

Tints of Electric Purple #C71EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.44%

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 42.7%
G = 6.44%
B = 50.86%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C71EED (or 0xC71EED) is known color: Electric Purple. HEX triplet: C7, 1E and ED. RGB value is (199,30,237). Sum of RGB (Red+Green+Blue) = 199+30+237=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #C71EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EED is #38E112. Grayscale: #676767. Windows color (decimal): -3727635 or 15539911. OLE color: 15539911.

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

Color convert

RGB 199 30 237 -
CMYK 0.16 0.87 0 0.07
HSL 288.99º 0.85% 0.52% -
HSV(B) 288.99º 0.87% 0.93% -
XYZ 39.3 19.19 81.75 -
YUV 104.13 202.99 195.67 -
System Red Green Blue C M Y K H S L
Decimal 199 30 237 0.16 0.87 0 0.07 288.99 0.85 0.52
Hex C7 1E ED 10 57 0 7 121 55 34
Octal 307 36 355 20 127 0 7 441 125 64
Binary 11000111 11110 11101101 10000 1010111 0 111 100100001 1010101 110100

Color Harmonies of #C71EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EED

Black with #C71EED

Text Example


Text Example

White with #C71EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EED; }

 p { color: rgb(199,30,237); }

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

background-color css

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

 a { background-color: rgb(199,30,237); }

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

border-color css

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

 span { border-color: rgb(199,30,237); }

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