Html Css Color HEX #C71EFD Electric Purple

📋 copy color: '#C71EFD'

red 199 ◦ green 30 ◦ blue 253

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

Shades of Electric Purple #C71EFD

Tints of Electric Purple #C71EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.22%

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

R = 41.29%
G = 6.22%
B = 52.49%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C71EFD (or 0xC71EFD) is known color: Electric Purple. HEX triplet: C7, 1E and FD. RGB value is (199,30,253). Sum of RGB (Red+Green+Blue) = 199+30+253=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #C71EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EFD is #38E102. Grayscale: #696969. Windows color (decimal): -3727619 or 16588487. OLE color: 16588487.

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

Color convert

RGB 199 30 253 -
CMYK 0.21 0.88 0 0.01
HSL 285.47º 0.98% 0.55% -
HSV(B) 285.47º 0.88% 0.99% -
XYZ 41.75 20.16 94.62 -
YUV 105.95 210.99 194.37 -
System Red Green Blue C M Y K H S L
Decimal 199 30 253 0.21 0.88 0 0.01 285.47 0.98 0.55
Hex C7 1E FD 15 58 0 1 11D 62 37
Octal 307 36 375 25 130 0 1 435 142 67
Binary 11000111 11110 11111101 10101 1011000 0 1 100011101 1100010 110111

Color Harmonies of #C71EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EFD

Black with #C71EFD

Text Example


Text Example

White with #C71EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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