#C81CF7

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

Shades of Electric Purple #C81CF7

Tints of Electric Purple #C81CF7

Color information

#C81CF7 (or 0xC81CF7) is unknown color: approx Electric Purple. HEX triplet: C8, 1C and F7. RGB value is (200,28,247). Sum of RGB (Red+Green+Blue) = 200+28+247=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #C81CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CF7 is #37E308. Grayscale: #676767. Windows color (decimal): -3662601 or 16194760. OLE color: 16194760.

HSL color Cylindrical-coordinate representation of color #C81CF7: hue angle of 287.12º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81CF7 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20028247-
CMYK0.190.8900.03
HSL287.12º93.19%53.92%-
HSV(B)287.12º88.66%96.86%-
XYZ41.0219.8389.66-
YUV104.39208.48196.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 28 (11.33% from 255) = 5.89%
BLUE value IS 247 (96.88% from 255) = 52%
R=42.11%
G=5.89%
B=52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal200282470.190.8900.03287.1293.1953.92
HexC81CF713590311f5d36
Octal31034367231310343713566
Binary1100100011100111101111001110110010111000111111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81CF7; }

 p { color: rgb(200,28,247); }

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

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

 a { background-color: rgb(200,28,247); }

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

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

 span { border-color: rgb(200,28,247); }

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