#C814FB

Color #C814FB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C814FB

Tints of Electric Purple #C814FB

Color information

#C814FB (or 0xC814FB) is unknown color: approx Electric Purple. HEX triplet: C8, 14 and FB. RGB value is (200,20,251). Sum of RGB (Red+Green+Blue) = 200+20+251=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #C814FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C814FB is #37EB04. Grayscale: #636363. Windows color (decimal): -3664645 or 16454856. OLE color: 16454856.

HSL color Cylindrical-coordinate representation of color #C814FB: hue angle of 286.75º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C814FB is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20020251-
CMYK0.200.9200.02
HSL286.75º96.65%53.14%-
HSV(B)286.75º92.03%98.43%-
XYZ41.4819.7492.89-
YUV100.15213.13199.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 20 (8.20% from 255) = 4.25%
BLUE value IS 251 (98.44% from 255) = 53.29%
R=42.46%
G=4.25%
B=53.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal200202510.200.9200.02286.7596.6553.14
HexC814FB145C0211f6135
Octal31024373241340243714165
Binary1100100010100111110111010010111000101000111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C814FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C814FB; }

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

 H1.HeaderClassName
 {
   color: #C814FB;
 }
 .AnyTagClassName
 {
   color: #C814FB;
 }
</style>
background-color css

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

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

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

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

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

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