#C81AFB

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

Shades of Electric Purple #C81AFB

Tints of Electric Purple #C81AFB

Color information

#C81AFB (or 0xC81AFB) is unknown color: approx Electric Purple. HEX triplet: C8, 1A and FB. RGB value is (200,26,251). Sum of RGB (Red+Green+Blue) = 200+26+251=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #C81AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81AFB is #37E504. Grayscale: #666666. Windows color (decimal): -3663109 or 16456392. OLE color: 16456392.

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

Color convert

RGB20026251-
CMYK0.200.9000.02
HSL286.4º96.57%54.31%-
HSV(B)286.4º89.64%98.43%-
XYZ41.619.9892.93-
YUV103.68211.15196.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 26 (10.55% from 255) = 5.45%
BLUE value IS 251 (98.44% from 255) = 52.62%
R=41.93%
G=5.45%
B=52.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal200262510.200.9000.02286.496.5754.31
HexC81AFB145A0211e6136
Octal31032373241320243614166
Binary1100100011010111110111010010110100101000111101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81AFB; }

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

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

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

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

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

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

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

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