Html Css Color HEX #C710FE Electric Purple

📋 copy color: '#C710FE'

red 199 ◦ green 16 ◦ blue 254

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

Shades of Electric Purple #C710FE

Tints of Electric Purple #C710FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.41%

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 42.43%
G = 3.41%
B = 54.16%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C710FE (or 0xC710FE) is known color: Electric Purple. HEX triplet: C7, 10 and FE. RGB value is (199,16,254). Sum of RGB (Red+Green+Blue) = 199+16+254=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #C710FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C710FE is #38EF01. Grayscale: #616161. Windows color (decimal): -3731202 or 16650439. OLE color: 16650439.

HSL color Cylindrical-coordinate representation of color #C710FE: hue angle of 286.13º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C710FE is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 16 254 -
CMYK 0.22 0.94 0 0.00
HSL 286.13º 0.99% 0.53% -
HSV(B) 286.13º 0.94% 1% -
XYZ 41.63 19.67 95.37 -
YUV 97.85 216.13 200.15 -
System Red Green Blue C M Y K H S L
Decimal 199 16 254 0.22 0.94 0 0.00 286.13 0.99 0.53
Hex C7 10 FE 16 5E 0 0 11E 63 35
Octal 307 20 376 26 136 0 0 436 143 65
Binary 11000111 10000 11111110 10110 1011110 0 0 100011110 1100011 110101

Color Harmonies of #C710FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710FE

Black with #C710FE

Text Example


Text Example

White with #C710FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710FE; }

 p { color: rgb(199,16,254); }

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

background-color css

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

 a { background-color: rgb(199,16,254); }

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

border-color css

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

 span { border-color: rgb(199,16,254); }

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