Html Css Color HEX #C811FB Electric Purple

📋 copy color: '#C811FB'

red 200 ◦ green 17 ◦ blue 251

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

Shades of Electric Purple #C811FB

Tints of Electric Purple #C811FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.63%

R = 42.74%
G = 3.63%
B = 53.63%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C811FB (or 0xC811FB) is known color: Electric Purple. HEX triplet: C8, 11 and FB. RGB value is (200,17,251). Sum of RGB (Red+Green+Blue) = 200+17+251=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #C811FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C811FB is #37EE04. Grayscale: #616161. Windows color (decimal): -3665413 or 16454088. OLE color: 16454088.

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

Color convert

RGB 200 17 251 -
CMYK 0.20 0.93 0 0.02
HSL 286.92º 0.97% 0.53% -
HSV(B) 286.92º 0.93% 0.98% -
XYZ 41.43 19.65 92.87 -
YUV 98.39 214.13 200.47 -
System Red Green Blue C M Y K H S L
Decimal 200 17 251 0.20 0.93 0 0.02 286.92 0.97 0.53
Hex C8 11 FB 14 5D 0 2 11F 61 35
Octal 310 21 373 24 135 0 2 437 141 65
Binary 11001000 10001 11111011 10100 1011101 0 10 100011111 1100001 110101

Color Harmonies of #C811FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811FB

Black with #C811FB

Text Example


Text Example

White with #C811FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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