Html Css Color HEX #C811FA Electric Purple

📋 copy color: '#C811FA'

red 200 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #C811FA

Tints of Electric Purple #C811FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.53%

R = 42.83%
G = 3.64%
B = 53.53%

CMYK

 C value IS 0.2

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C811FA (or 0xC811FA) is known color: Electric Purple. HEX triplet: C8, 11 and FA. RGB value is (200,17,250). Sum of RGB (Red+Green+Blue) = 200+17+250=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 17 (7.03% from 255 or 3.64% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #C811FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C811FA is #37EE05. Grayscale: #616161. Windows color (decimal): -3665414 or 16388552. OLE color: 16388552.

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

Color convert

RGB 200 17 250 -
CMYK 0.2 0.93 0 0.02
HSL 287.12º 0.96% 0.52% -
HSV(B) 287.12º 0.93% 0.98% -
XYZ 41.28 19.58 92.05 -
YUV 98.28 213.63 200.55 -
System Red Green Blue C M Y K H S L
Decimal 200 17 250 0.2 0.93 0 0.02 287.12 0.96 0.52
Hex C8 11 FA 14 5D 0 2 11F 60 34
Octal 310 21 372 24 135 0 2 437 140 64
Binary 11001000 10001 11111010 10100 1011101 0 10 100011111 1100000 110100

Color Harmonies of #C811FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C811FA

Black with #C811FA

Text Example


Text Example

White with #C811FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C811FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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