Html Css Color HEX #C71DF6 Electric Purple

📋 copy color: '#C71DF6'

red 199 ◦ green 29 ◦ blue 246

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

Shades of Electric Purple #C71DF6

Tints of Electric Purple #C71DF6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.12%

 BLUE value IS 246 (96.48% from 255) = 51.9%

R = 41.98%
G = 6.12%
B = 51.9%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C71DF6 (or 0xC71DF6) is known color: Electric Purple. HEX triplet: C7, 1D and F6. RGB value is (199,29,246). Sum of RGB (Red+Green+Blue) = 199+29+246=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #C71DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71DF6 is #38E209. Grayscale: #676767. Windows color (decimal): -3727882 or 16129479. OLE color: 16129479.

HSL color Cylindrical-coordinate representation of color #C71DF6: hue angle of 287º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71DF6 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 199 29 246 -
CMYK 0.19 0.88 0 0.04
HSL 287º 0.92% 0.54% -
HSV(B) 287º 0.88% 0.96% -
XYZ 40.63 19.67 88.85 -
YUV 104.57 207.82 195.36 -
System Red Green Blue C M Y K H S L
Decimal 199 29 246 0.19 0.88 0 0.04 287 0.92 0.54
Hex C7 1D F6 13 58 0 4 11F 5C 36
Octal 307 35 366 23 130 0 4 437 134 66
Binary 11000111 11101 11110110 10011 1011000 0 100 100011111 1011100 110110

Color Harmonies of #C71DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DF6

Black with #C71DF6

Text Example


Text Example

White with #C71DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DF6; }

 p { color: rgb(199,29,246); }

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

background-color css

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

 a { background-color: rgb(199,29,246); }

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

border-color css

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

 span { border-color: rgb(199,29,246); }

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