Html Css Color HEX #C811FE Electric Purple

📋 copy color: '#C811FE'

red 200 ◦ green 17 ◦ blue 254

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

Shades of Electric Purple #C811FE

Tints of Electric Purple #C811FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 42.46%
G = 3.61%
B = 53.93%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C811FE (or 0xC811FE) is known color: Electric Purple. HEX triplet: C8, 11 and FE. RGB value is (200,17,254). Sum of RGB (Red+Green+Blue) = 200+17+254=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #C811FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C811FE is #37EE01. Grayscale: #616161. Windows color (decimal): -3665410 or 16650696. OLE color: 16650696.

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

Color convert

RGB 200 17 254 -
CMYK 0.21 0.93 0 0.00
HSL 286.33º 0.99% 0.53% -
HSV(B) 286.33º 0.93% 1% -
XYZ 41.91 19.84 95.39 -
YUV 98.74 215.63 200.23 -
System Red Green Blue C M Y K H S L
Decimal 200 17 254 0.21 0.93 0 0.00 286.33 0.99 0.53
Hex C8 11 FE 15 5D 0 0 11E 63 35
Octal 310 21 376 25 135 0 0 436 143 65
Binary 11001000 10001 11111110 10101 1011101 0 0 100011110 1100011 110101

Color Harmonies of #C811FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811FE

Black with #C811FE

Text Example


Text Example

White with #C811FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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