Html Css Color HEX #C71AFD Electric Purple

📋 copy color: '#C71AFD'

red 199 ◦ green 26 ◦ blue 253

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

Shades of Electric Purple #C71AFD

Tints of Electric Purple #C71AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.44%

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

R = 41.63%
G = 5.44%
B = 52.93%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C71AFD (or 0xC71AFD) is known color: Electric Purple. HEX triplet: C7, 1A and FD. RGB value is (199,26,253). Sum of RGB (Red+Green+Blue) = 199+26+253=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #C71AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71AFD is #38E502. Grayscale: #666666. Windows color (decimal): -3728643 or 16587463. OLE color: 16587463.

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

Color convert

RGB 199 26 253 -
CMYK 0.21 0.90 0 0.01
HSL 285.73º 0.98% 0.55% -
HSV(B) 285.73º 0.9% 0.99% -
XYZ 41.65 19.97 94.59 -
YUV 103.61 212.31 196.04 -
System Red Green Blue C M Y K H S L
Decimal 199 26 253 0.21 0.90 0 0.01 285.73 0.98 0.55
Hex C7 1A FD 15 5A 0 1 11E 62 37
Octal 307 32 375 25 132 0 1 436 142 67
Binary 11000111 11010 11111101 10101 1011010 0 1 100011110 1100010 110111

Color Harmonies of #C71AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AFD

Black with #C71AFD

Text Example


Text Example

White with #C71AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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