#C821F0

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

Shades of Electric Purple #C821F0

Tints of Electric Purple #C821F0

Color information

#C821F0 (or 0xC821F0) is unknown color: approx Electric Purple. HEX triplet: C8, 21 and F0. RGB value is (200,33,240). Sum of RGB (Red+Green+Blue) = 200+33+240=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #C821F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C821F0 is #37DE0F. Grayscale: #696969. Windows color (decimal): -3661328 or 15737288. OLE color: 15737288.

HSL color Cylindrical-coordinate representation of color #C821F0: hue angle of 288.41º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C821F0 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20033240-
CMYK0.170.8600.06
HSL288.41º87.34%53.53%-
HSV(B)288.41º86.25%94.12%-
XYZ40.0919.6684.12-
YUV106.53203.33194.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 33 (13.28% from 255) = 6.98%
BLUE value IS 240 (94.14% from 255) = 50.74%
R=42.28%
G=6.98%
B=50.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal200332400.170.8600.06288.4187.3453.53
HexC821F01156061205736
Octal31041360211260644012766
Binary110010001000011111000010001101011001101001000001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C821F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C821F0; }

 p { color: rgb(200,33,240); }

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

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

 a { background-color: rgb(200,33,240); }

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

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

 span { border-color: rgb(200,33,240); }

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