Html Css Color HEX #C814FE Electric Purple

📋 copy color: '#C814FE'

red 200 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #C814FE

Tints of Electric Purple #C814FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.22%

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

R = 42.19%
G = 4.22%
B = 53.59%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C814FE (or 0xC814FE) is known color: Electric Purple. HEX triplet: C8, 14 and FE. RGB value is (200,20,254). Sum of RGB (Red+Green+Blue) = 200+20+254=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #C814FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C814FE is #37EB01. Grayscale: #636363. Windows color (decimal): -3664642 or 16651464. OLE color: 16651464.

HSL color Cylindrical-coordinate representation of color #C814FE: hue angle of 286.15º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C814FE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 20 254 -
CMYK 0.21 0.92 0 0.00
HSL 286.15º 0.99% 0.54% -
HSV(B) 286.15º 0.92% 1% -
XYZ 41.96 19.94 95.4 -
YUV 100.5 214.63 198.97 -
System Red Green Blue C M Y K H S L
Decimal 200 20 254 0.21 0.92 0 0.00 286.15 0.99 0.54
Hex C8 14 FE 15 5C 0 0 11E 63 36
Octal 310 24 376 25 134 0 0 436 143 66
Binary 11001000 10100 11111110 10101 1011100 0 0 100011110 1100011 110110

Color Harmonies of #C814FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C814FE

Black with #C814FE

Text Example


Text Example

White with #C814FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C814FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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