Html Css Color HEX #C710FF Electric Purple

📋 copy color: '#C710FF'

red 199 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #C710FF

Tints of Electric Purple #C710FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 42.34%
G = 3.4%
B = 54.26%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C710FF (or 0xC710FF) is known color: Electric Purple. HEX triplet: C7, 10 and FF. RGB value is (199,16,255). Sum of RGB (Red+Green+Blue) = 199+16+255=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 16 (6.64% from 255 or 3.40% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #C710FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C710FF is #38EF00. Grayscale: #616161. Windows color (decimal): -3731201 or 16715975. OLE color: 16715975.

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

Color convert

RGB 199 16 255 -
CMYK 0.22 0.94 0 0
HSL 285.94º 1% 0.53% -
HSV(B) 285.94º 0.94% 1% -
XYZ 41.79 19.73 96.21 -
YUV 97.96 216.63 200.07 -
System Red Green Blue C M Y K H S L
Decimal 199 16 255 0.22 0.94 0 0 285.94 1 0.53
Hex C7 10 FF 16 5E 0 0 11E 64 35
Octal 307 20 377 26 136 0 0 436 144 65
Binary 11000111 10000 11111111 10110 1011110 0 0 100011110 1100100 110101

Color Harmonies of #C710FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710FF

Black with #C710FF

Text Example


Text Example

White with #C710FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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