Html Css Color HEX #C710FD Electric Purple

📋 copy color: '#C710FD'

red 199 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #C710FD

Tints of Electric Purple #C710FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 42.52%
G = 3.42%
B = 54.06%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C710FD (or 0xC710FD) is known color: Electric Purple. HEX triplet: C7, 10 and FD. RGB value is (199,16,253). Sum of RGB (Red+Green+Blue) = 199+16+253=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 16 (6.64% from 255 or 3.42% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #C710FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C710FD is #38EF02. Grayscale: #606060. Windows color (decimal): -3731203 or 16584903. OLE color: 16584903.

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

Color convert

RGB 199 16 253 -
CMYK 0.21 0.94 0 0.01
HSL 286.33º 0.98% 0.53% -
HSV(B) 286.33º 0.94% 0.99% -
XYZ 41.47 19.6 94.53 -
YUV 97.74 215.63 200.23 -
System Red Green Blue C M Y K H S L
Decimal 199 16 253 0.21 0.94 0 0.01 286.33 0.98 0.53
Hex C7 10 FD 15 5E 0 1 11E 62 35
Octal 307 20 375 25 136 0 1 436 142 65
Binary 11000111 10000 11111101 10101 1011110 0 1 100011110 1100010 110101

Color Harmonies of #C710FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710FD

Black with #C710FD

Text Example


Text Example

White with #C710FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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