Html Css Color HEX #C811FF Electric Purple

📋 copy color: '#C811FF'

red 200 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #C811FF

Tints of Electric Purple #C811FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 42.37%
G = 3.6%
B = 54.03%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C811FF (or 0xC811FF) is known color: Electric Purple. HEX triplet: C8, 11 and FF. RGB value is (200,17,255). Sum of RGB (Red+Green+Blue) = 200+17+255=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #C811FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C811FF is #37EE00. Grayscale: #626262. Windows color (decimal): -3665409 or 16716232. OLE color: 16716232.

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

Color convert

RGB 200 17 255 -
CMYK 0.22 0.93 0 0
HSL 286.13º 1% 0.53% -
HSV(B) 286.13º 0.93% 1% -
XYZ 42.07 19.9 96.23 -
YUV 98.85 216.13 200.15 -
System Red Green Blue C M Y K H S L
Decimal 200 17 255 0.22 0.93 0 0 286.13 1 0.53
Hex C8 11 FF 16 5D 0 0 11E 64 35
Octal 310 21 377 26 135 0 0 436 144 65
Binary 11001000 10001 11111111 10110 1011101 0 0 100011110 1100100 110101

Color Harmonies of #C811FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811FF

Black with #C811FF

Text Example


Text Example

White with #C811FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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