Html Css Color HEX #C811FD Electric Purple

📋 copy color: '#C811FD'

red 200 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #C811FD

Tints of Electric Purple #C811FD

RGB

 RED value IS 200 (78.52% from 255) = 42.55%

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

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

R = 42.55%
G = 3.62%
B = 53.83%

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

#C811FD (or 0xC811FD) is known color: Electric Purple. HEX triplet: C8, 11 and FD. RGB value is (200,17,253). Sum of RGB (Red+Green+Blue) = 200+17+253=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #C811FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C811FD is #37EE02. Grayscale: #616161. Windows color (decimal): -3665411 or 16585160. OLE color: 16585160.

HSL color Cylindrical-coordinate representation of color #C811FD: hue angle of 286.53º 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 #C811FD is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 17 253 -
CMYK 0.21 0.93 0 0.01
HSL 286.53º 0.98% 0.53% -
HSV(B) 286.53º 0.93% 0.99% -
XYZ 41.75 19.77 94.54 -
YUV 98.62 215.13 200.31 -
System Red Green Blue C M Y K H S L
Decimal 200 17 253 0.21 0.93 0 0.01 286.53 0.98 0.53
Hex C8 11 FD 15 5D 0 1 11F 62 35
Octal 310 21 375 25 135 0 1 437 142 65
Binary 11001000 10001 11111101 10101 1011101 0 1 100011111 1100010 110101

Color Harmonies of #C811FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811FD

Black with #C811FD

Text Example


Text Example

White with #C811FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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