#C986DF

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

Shades of Wisteria #C986DF

Tints of Wisteria #C986DF

Color information

#C986DF (or 0xC986DF) is unknown color: approx Wisteria. HEX triplet: C9, 86 and DF. RGB value is (201,134,223). Sum of RGB (Red+Green+Blue) = 201+134+223=558 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.02% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #C986DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C986DF is #367920. Grayscale: #A3A3A3. Windows color (decimal): -3569953 or 14649033. OLE color: 14649033.

HSL color Cylindrical-coordinate representation of color #C986DF: hue angle of 285.17º 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 #C986DF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201134223-
CMYK0.100.4000.13
HSL285.17º58.17%70%-
HSV(B)285.17º39.91%87.45%-
XYZ45.9334.874.11-
YUV164.18161.2154.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.02%
GREEN value IS 134 (52.73% from 255) = 24.01%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=36.02%
G=24.01%
B=39.96%

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
Decimal2011342230.100.4000.13285.1758.1770
HexC986DFA280D11d3a46
Octal311206337125001543572106
Binary1100100110000110110111111010101000011011000111011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C986DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C986DF; }

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

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

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

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

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

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

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

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