Html Css Color HEX #C812FE Electric Purple

📋 copy color: '#C812FE'

red 200 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #C812FE

Tints of Electric Purple #C812FE

RGB

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

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

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

R = 42.37%
G = 3.81%
B = 53.81%

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

#C812FE (or 0xC812FE) is known color: Electric Purple. HEX triplet: C8, 12 and FE. RGB value is (200,18,254). Sum of RGB (Red+Green+Blue) = 200+18+254=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #C812FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812FE is #37ED01. Grayscale: #626262. Windows color (decimal): -3665154 or 16650952. OLE color: 16650952.

HSL color Cylindrical-coordinate representation of color #C812FE: hue angle of 286.27º 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 #C812FE is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 18 254 -
CMYK 0.21 0.93 0 0.00
HSL 286.27º 0.99% 0.53% -
HSV(B) 286.27º 0.93% 1% -
XYZ 41.93 19.87 95.39 -
YUV 99.32 215.3 199.81 -
System Red Green Blue C M Y K H S L
Decimal 200 18 254 0.21 0.93 0 0.00 286.27 0.99 0.53
Hex C8 12 FE 15 5D 0 0 11E 63 35
Octal 310 22 376 25 135 0 0 436 143 65
Binary 11001000 10010 11111110 10101 1011101 0 0 100011110 1100011 110101

Color Harmonies of #C812FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C812FE

Black with #C812FE

Text Example


Text Example

White with #C812FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C812FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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