Html Css Color HEX #C812FA Electric Purple

📋 copy color: '#C812FA'

red 200 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #C812FA

Tints of Electric Purple #C812FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.85%

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

R = 42.74%
G = 3.85%
B = 53.42%

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

#C812FA (or 0xC812FA) is known color: Electric Purple. HEX triplet: C8, 12 and FA. RGB value is (200,18,250). Sum of RGB (Red+Green+Blue) = 200+18+250=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #C812FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812FA is #37ED05. Grayscale: #626262. Windows color (decimal): -3665158 or 16388808. OLE color: 16388808.

HSL color Cylindrical-coordinate representation of color #C812FA: hue angle of 287.07º degrees, saturation: 0.96, 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 #C812FA is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 18 250 -
CMYK 0.2 0.93 0 0.02
HSL 287.07º 0.96% 0.53% -
HSV(B) 287.07º 0.93% 0.98% -
XYZ 41.29 19.61 92.05 -
YUV 98.87 213.3 200.14 -
System Red Green Blue C M Y K H S L
Decimal 200 18 250 0.2 0.93 0 0.02 287.07 0.96 0.53
Hex C8 12 FA 14 5D 0 2 11F 60 35
Octal 310 22 372 24 135 0 2 437 140 65
Binary 11001000 10010 11111010 10100 1011101 0 10 100011111 1100000 110101

Color Harmonies of #C812FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812FA

Black with #C812FA

Text Example


Text Example

White with #C812FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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