#C886DF

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

Shades of Wisteria #C886DF

Tints of Wisteria #C886DF

Color information

#C886DF (or 0xC886DF) is unknown color: approx Wisteria. HEX triplet: C8, 86 and DF. RGB value is (200,134,223). Sum of RGB (Red+Green+Blue) = 200+134+223=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #C886DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886DF is #377920. Grayscale: #A3A3A3. Windows color (decimal): -3635489 or 14649032. OLE color: 14649032.

HSL color Cylindrical-coordinate representation of color #C886DF: hue angle of 284.49º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C886DF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200134223-
CMYK0.100.4000.13
HSL284.49º58.17%70%-
HSV(B)284.49º39.91%87.45%-
XYZ45.6634.6674.09-
YUV163.88161.37153.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 134 (52.73% from 255) = 24.06%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=35.91%
G=24.06%
B=40.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001342230.100.4000.13284.4958.1770
HexC886DFA280D11c3a46
Octal310206337125001543472106
Binary1100100010000110110111111010101000011011000111001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886DF; }

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

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

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

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

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

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

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

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