Html Css Color HEX #C713EA Electric Purple

📋 copy color: '#C713EA'

red 199 ◦ green 19 ◦ blue 234

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

Shades of Electric Purple #C713EA

Tints of Electric Purple #C713EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.2%

 BLUE value IS 234 (91.8% from 255) = 51.77%

R = 44.03%
G = 4.2%
B = 51.77%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C713EA (or 0xC713EA) is known color: Electric Purple. HEX triplet: C7, 13 and EA. RGB value is (199,19,234). Sum of RGB (Red+Green+Blue) = 199+19+234=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #C713EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C713EA is #38EC15. Grayscale: #606060. Windows color (decimal): -3730454 or 15340487. OLE color: 15340487.

HSL color Cylindrical-coordinate representation of color #C713EA: hue angle of 290.23º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C713EA is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 19 234 -
CMYK 0.15 0.92 0 0.08
HSL 290.23º 0.85% 0.5% -
HSV(B) 290.23º 0.92% 0.92% -
XYZ 38.64 18.55 79.39 -
YUV 97.33 205.13 200.52 -
System Red Green Blue C M Y K H S L
Decimal 199 19 234 0.15 0.92 0 0.08 290.23 0.85 0.5
Hex C7 13 EA F 5C 0 8 122 55 32
Octal 307 23 352 17 134 0 10 442 125 62
Binary 11000111 10011 11101010 1111 1011100 0 1000 100100010 1010101 110010

Color Harmonies of #C713EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C713EA

Black with #C713EA

Text Example


Text Example

White with #C713EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C713EA; }

 p { color: rgb(199,19,234); }

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

background-color css

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

 a { background-color: rgb(199,19,234); }

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

border-color css

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

 span { border-color: rgb(199,19,234); }

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