#C881DF

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

Shades of Wisteria #C881DF

Tints of Wisteria #C881DF

Color information

#C881DF (or 0xC881DF) is unknown color: approx Wisteria. HEX triplet: C8, 81 and DF. RGB value is (200,129,223). Sum of RGB (Red+Green+Blue) = 200+129+223=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #C881DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881DF is #377E20. Grayscale: #A0A0A0. Windows color (decimal): -3636769 or 14647752. OLE color: 14647752.

HSL color Cylindrical-coordinate representation of color #C881DF: hue angle of 285.32º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C881DF is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200129223-
CMYK0.100.4200.13
HSL285.32º59.49%69.02%-
HSV(B)285.32º42.15%87.45%-
XYZ44.9933.3173.87-
YUV160.94163.02155.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.23%
GREEN value IS 129 (50.78% from 255) = 23.37%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=36.23%
G=23.37%
B=40.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001292230.100.4200.13285.3259.4969.02
HexC881DFA2A0D11d3b45
Octal310201337125201543573105
Binary1100100010000001110111111010101010011011000111011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881DF; }

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

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

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

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

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

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

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

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