Html Css Color HEX #C70EFA Electric Purple

📋 copy color: '#C70EFA'

red 199 ◦ green 14 ◦ blue 250

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

Shades of Electric Purple #C70EFA

Tints of Electric Purple #C70EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.02%

 BLUE value IS 250 (98.05% from 255) = 54%

R = 42.98%
G = 3.02%
B = 54%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C70EFA (or 0xC70EFA) is known color: Electric Purple. HEX triplet: C7, 0E and FA. RGB value is (199,14,250). Sum of RGB (Red+Green+Blue) = 199+14+250=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #C70EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70EFA is #38F105. Grayscale: #5F5F5F. Windows color (decimal): -3731718 or 16387783. OLE color: 16387783.

HSL color Cylindrical-coordinate representation of color #C70EFA: hue angle of 287.03º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70EFA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 14 250 -
CMYK 0.20 0.94 0 0.02
HSL 287.03º 0.96% 0.52% -
HSV(B) 287.03º 0.94% 0.98% -
XYZ 40.97 19.36 92.02 -
YUV 96.22 214.79 201.31 -
System Red Green Blue C M Y K H S L
Decimal 199 14 250 0.20 0.94 0 0.02 287.03 0.96 0.52
Hex C7 E FA 14 5E 0 2 11F 60 34
Octal 307 16 372 24 136 0 2 437 140 64
Binary 11000111 1110 11111010 10100 1011110 0 10 100011111 1100000 110100

Color Harmonies of #C70EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EFA

Black with #C70EFA

Text Example


Text Example

White with #C70EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EFA; }

 p { color: rgb(199,14,250); }

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

background-color css

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

 a { background-color: rgb(199,14,250); }

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

border-color css

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

 span { border-color: rgb(199,14,250); }

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