#C881E0

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

Shades of Wisteria #C881E0

Tints of Wisteria #C881E0

Color information

#C881E0 (or 0xC881E0) is unknown color: approx Wisteria. HEX triplet: C8, 81 and E0. RGB value is (200,129,224). Sum of RGB (Red+Green+Blue) = 200+129+224=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #C881E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881E0 is #377E1F. Grayscale: #A0A0A0. Windows color (decimal): -3636768 or 14713288. OLE color: 14713288.

HSL color Cylindrical-coordinate representation of color #C881E0: hue angle of 284.84º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C881E0 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB200129224-
CMYK0.110.4200.12
HSL284.84º60.51%69.22%-
HSV(B)284.84º42.41%87.84%-
XYZ45.1233.3674.58-
YUV161.06163.52155.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.17%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=36.17%
G=23.33%
B=40.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2001292240.110.4200.12284.8460.5169.22
HexC881E0B2A0C11d3d45
Octal310201340135201443575105
Binary1100100010000001111000001011101010011001000111011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881E0; }

 p { color: rgb(200,129,224); }

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

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

 a { background-color: rgb(200,129,224); }

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

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

 span { border-color: rgb(200,129,224); }

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