#C814F1

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

Shades of Electric Purple #C814F1

Tints of Electric Purple #C814F1

Color information

#C814F1 (or 0xC814F1) is unknown color: approx Electric Purple. HEX triplet: C8, 14 and F1. RGB value is (200,20,241). Sum of RGB (Red+Green+Blue) = 200+20+241=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #C814F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C814F1 is #37EB0E. Grayscale: #626262. Windows color (decimal): -3664655 or 15799496. OLE color: 15799496.

HSL color Cylindrical-coordinate representation of color #C814F1: hue angle of 288.87º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C814F1 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20020241-
CMYK0.170.9200.05
HSL288.87º88.76%51.18%-
HSV(B)288.87º91.7%94.51%-
XYZ39.9519.1384.81-
YUV99.01208.13200.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 20 (8.20% from 255) = 4.34%
BLUE value IS 241 (94.53% from 255) = 52.28%
R=43.38%
G=4.34%
B=52.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal200202410.170.9200.05288.8788.7651.18
HexC814F1115C051215933
Octal31024361211340544113163
Binary11001000101001111000110001101110001011001000011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C814F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C814F1; }

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

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

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

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

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

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

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

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