Html Css Color HEX #C811F6 Electric Purple

📋 copy color: '#C811F6'

red 200 ◦ green 17 ◦ blue 246

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

Shades of Electric Purple #C811F6

Tints of Electric Purple #C811F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.13%

R = 43.2%
G = 3.67%
B = 53.13%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C811F6 (or 0xC811F6) is known color: Electric Purple. HEX triplet: C8, 11 and F6. RGB value is (200,17,246). Sum of RGB (Red+Green+Blue) = 200+17+246=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 17 (7.03% from 255 or 3.67% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #C811F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C811F6 is #37EE09. Grayscale: #616161. Windows color (decimal): -3665418 or 16126408. OLE color: 16126408.

HSL color Cylindrical-coordinate representation of color #C811F6: hue angle of 287.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C811F6 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 17 246 -
CMYK 0.19 0.93 0 0.04
HSL 287.95º 0.93% 0.52% -
HSV(B) 287.95º 0.93% 0.96% -
XYZ 40.65 19.33 88.78 -
YUV 97.82 211.63 200.88 -
System Red Green Blue C M Y K H S L
Decimal 200 17 246 0.19 0.93 0 0.04 287.95 0.93 0.52
Hex C8 11 F6 13 5D 0 4 120 5D 34
Octal 310 21 366 23 135 0 4 440 135 64
Binary 11001000 10001 11110110 10011 1011101 0 100 100100000 1011101 110100

Color Harmonies of #C811F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811F6

Black with #C811F6

Text Example


Text Example

White with #C811F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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