Html Css Color HEX #C711FD Electric Purple

📋 copy color: '#C711FD'

red 199 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #C711FD

Tints of Electric Purple #C711FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.62%

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

R = 42.43%
G = 3.62%
B = 53.94%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C711FD (or 0xC711FD) is known color: Electric Purple. HEX triplet: C7, 11 and FD. RGB value is (199,17,253). Sum of RGB (Red+Green+Blue) = 199+17+253=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #C711FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C711FD is #38EE02. Grayscale: #616161. Windows color (decimal): -3730947 or 16585159. OLE color: 16585159.

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

Color convert

RGB 199 17 253 -
CMYK 0.21 0.93 0 0.01
HSL 286.27º 0.98% 0.53% -
HSV(B) 286.27º 0.93% 0.99% -
XYZ 41.48 19.63 94.53 -
YUV 98.32 215.3 199.81 -
System Red Green Blue C M Y K H S L
Decimal 199 17 253 0.21 0.93 0 0.01 286.27 0.98 0.53
Hex C7 11 FD 15 5D 0 1 11E 62 35
Octal 307 21 375 25 135 0 1 436 142 65
Binary 11000111 10001 11111101 10101 1011101 0 1 100011110 1100010 110101

Color Harmonies of #C711FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C711FD

Black with #C711FD

Text Example


Text Example

White with #C711FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C711FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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